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(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AccessibilityView
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AccessibilityView
Public Enum AccessibilityView
Inheritance
AccessibilityView
Attributes

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