AccessibilityView Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Declares how a control should included in different views of a Microsoft UI Automation tree.
public enum class AccessibilityView
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AccessibilityView
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AccessibilityView
Public Enum AccessibilityView
- Inheritance
-
AccessibilityView
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Raw | 0 | The control is included in the Raw view of a Microsoft UI Automation tree. |
Control | 1 | The control is included in the Control view of a Microsoft UI Automation tree. |
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.