Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.09 KB

File metadata and controls

27 lines (18 loc) · 2.09 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.Provider.IValueProvider
winrt interface

Microsoft.UI.Xaml.Automation.Provider.IValueProvider

-description

Exposes methods and properties to support access by a Microsoft UI Automation client to controls that have an intrinsic value that does not span a range and that can be represented as a string. Implement this interface in order to support the capabilities that an automation client requests with a AutomationPeer.GetPattern call and PatternInterface.Value.

-remarks

The value string can be editable, depending on the control and its settings. This pattern has guidelines and conventions that aren't fully documented here. For more info on what this pattern is for, see Value Control Pattern.

IValueProvider is implemented by the existing Windows Runtime class ComboBoxAutomationPeer.

The text models supported by Windows Runtime text controls such as TextBox and RichTextBlock don't use the IValueProvider pattern.

Use ValuePatternIdentifiers if you want to reference the IValueProvider pattern properties from control code when you fire automation events or call AutomationPeer.RaisePropertyChangedEvent.

-examples

-see-also

ValuePatternIdentifiers, IValueProvider (COM interface), Custom automation peers, Value Control Pattern