AccessibilityView Enum

Definition

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

Content 2

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

Control 1

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

Raw 0

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.

Applies to