Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.9 KB

valuepatternidentifiers.md

File metadata and controls

25 lines (16 loc) · 1.9 KB
-api-id -api-type
T:Windows.UI.Xaml.Automation.ValuePatternIdentifiers
winrt class

Windows.UI.Xaml.Automation.ValuePatternIdentifiers

-description

Contains values used as identifiers by IValueProvider.

-remarks

Classes such as ValuePatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for IValueProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer.

This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the Microsoft UI Automation tree. IValueProvider is also presented as a Component Object Model (COM) interface.

-examples

-see-also

IValueProvider, IRangeValueProvider, Control patterns and interfaces, Custom automation peers