Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2.3 KB

transformpattern2identifiers.md

File metadata and controls

23 lines (16 loc) · 2.3 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.TransformPattern2Identifiers
winrt class

Microsoft.UI.Xaml.Automation.TransformPattern2Identifiers

-description

Contains values used as identifiers by ITransformProvider2.

-remarks

ITransformProvider2 extends the ITransformProvider interface to enable Microsoft UI Automation providers to expose properties to support the viewport zooming functionality of a control.

Classes such as TransformPattern2Identifiers 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 ITransformProvider2 in its AutomationPeer.GetPattern implementation. These identifiers are needed for the AutomationPeer.RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for Microsoft.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.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. ITransformProvider2 is also presented as a Component Object Model (COM) interface.

-examples

-see-also

ITransformProvider2, Custom automation peers, Control patterns and interfaces