AutomationProperties Class

Definition

Contains both abbreviated and detailed UI information that is supplied to accessibility services.

public ref class AutomationProperties
public class AutomationProperties
type AutomationProperties = class
Public Class AutomationProperties
Inheritance
AutomationProperties

Constructors

AutomationProperties()

Fields

ExcludedWithChildrenProperty

Bindable property for ExcludedWithChildren.

HelpTextProperty
Obsolete.

Bindable property for HelpText.

IsInAccessibleTreeProperty

Bindable property for IsInAccessibleTree.

LabeledByProperty
Obsolete.

Bindable property for LabeledBy.

NameProperty
Obsolete.

Bindable property for Name.

Methods

GetExcludedWithChildren(BindableObject)
GetHelpText(BindableObject)

Returns the help text, if any, for the bindable object.

GetIsInAccessibleTree(BindableObject)

Gets a nullable Boolean value that tells whether the bindable object is available to the accessibility system.

GetLabeledBy(BindableObject)

Returns the element that labels bindable, if bindable does not label itself and if another element describes it in the UI.

GetName(BindableObject)

Returns the short, developer-specified, introductory name of the element, such as "Progress Indicator" or "Button".

SetExcludedWithChildren(BindableObject, Nullable<Boolean>)
SetHelpText(BindableObject, String)

Sets the help text for bindable.

SetIsInAccessibleTree(BindableObject, Nullable<Boolean>)

Sets a Boolean value that tells whether the bindable object is available to the accessibility system.

SetLabeledBy(BindableObject, VisualElement)

Sets another element, such as a Label as the label for bindable.

SetName(BindableObject, String)

Sets the short, developer-specified, introductory name of the element, such as "Progress Indicator" or "Button".

Applies to