Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 970 Bytes

File metadata and controls

31 lines (21 loc) · 970 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.Peers.AccessibilityView
winrt enum

AccessibilityView

-description

Declares how a control should included in different views of a Microsoft UI Automation tree.

-enum-fields

-field Raw:0

The control is included in the Raw view of a Microsoft UI Automation tree.

-field Control:1

The control is included in the Control view of a Microsoft UI Automation tree.

-field Content:2

The control is included in the Content view of a Microsoft UI Automation tree. This is the default.

-remarks

The view concept helps a Microsoft UI Automation client concentrate on the role or scope of different elements in the overall Microsoft UI Automation tree. For more info on views, see UI Automation Tree Overview.

-examples

-see-also