AutomationProperties Methods

AutomationProperties Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The AutomationProperties type exposes the following members.

  NameDescription
Public method Static member GetAcceleratorKey Gets the value of the AutomationProperties.AcceleratorKey attached property for the specified DependencyObject.
Public method Static member GetAccessKey Gets the value of the AutomationProperties.AccessKey attached property for the specified DependencyObject.
Public method Static member GetAutomationId Gets the value of the AutomationProperties.AutomationId attached property for the specified DependencyObject.
Public method Static member GetHelpText Gets the value of the AutomationProperties.HelpText attached property for the specified DependencyObject.
Public method Static member GetIsRequiredForForm Gets the value of the AutomationProperties.IsRequiredForForm attached property for the specified DependencyObject.
Public method Static member GetItemStatus Gets the value of the AutomationProperties.ItemStatus attached property for the specified DependencyObject.
Public method Static member GetItemType Gets the value of the AutomationProperties.ItemType attached property for the specified DependencyObject.
Public method Static member GetLabeledBy Gets the value of the AutomationProperties.LabeledBy attached property for the specified DependencyObject.
Public method Static member GetName Gets the value of the AutomationProperties.Name attached property for the specified DependencyObject.
Public method Static member SetAcceleratorKey Sets the value of the AutomationProperties.AcceleratorKey attached property for the specified DependencyObject.
Public method Static member SetAccessKey Sets the value of the AutomationProperties.AccessKey attached property for the specified DependencyObject.
Public method Static member SetAutomationId Sets the value of the AutomationProperties.AutomationId attached property for the specified DependencyObject.
Public method Static member SetHelpText Sets the value of the AutomationProperties.HelpText attached property for the specified DependencyObject.
Public method Static member SetIsRequiredForForm Sets the value of the AutomationProperties.IsRequiredForForm attached property for the specified DependencyObject.
Public method Static member SetItemStatus Sets the value of the AutomationProperties.ItemStatus attached property for the specified DependencyObject.
Public method Static member SetItemType Sets the value of the AutomationProperties.ItemType attached property for the specified DependencyObject.
Public method Static member SetLabeledBy Sets the value of the AutomationProperties.LabeledBy attached property for the specified DependencyObject.
Public method Static member SetName Sets the value of the AutomationProperties.Name attached property for the specified DependencyObject.
Top

Show:
© 2017 Microsoft