AccessibilityView
AccessibilityView
AccessibilityView
AccessibilityView
Enum
Definition
Declares how a control should included in different views of a Microsoft UI Automation tree.
public : enum class AccessibilityViewpublic enum AccessibilityViewPublic Enum AccessibilityView// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Content Content Content Content | The control is included in the Content view of a Microsoft UI Automation tree. This is the default. |
| Control Control Control Control | The control is included in the Control view of a Microsoft UI Automation tree. |
| Raw Raw Raw Raw | The control is included in the Raw view of a Microsoft UI Automation tree. |
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.