AutomationElementIdentifiers Class

AutomationElementIdentifiers Class

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

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

Contains values used as automation property identifiers by UI automation providers and UI automation clients.

System::Object
  System.Windows.Automation::AutomationElementIdentifiers

Namespace:  System.Windows.Automation
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

The AutomationElementIdentifiers type exposes the following members.

  NameDescription
Public fieldStatic memberAcceleratorKeyPropertyIdentifies the accelerator key automation property. The accelerator key property value is returned by the GetAcceleratorKey method.
Public fieldStatic memberAccessKeyPropertyIdentifies the access key automation property. The access key property value is returned by the GetAccessKey method.
Public fieldStatic memberAutomationIdPropertyIdentifies the automation element identifier automation property. The automation element identifier value is returned by the GetAutomationId method.
Public fieldStatic memberBoundingRectanglePropertyIdentifies the bounding rectangle automation property. The bounding rectangle property value is returned by the GetBoundingRectangle method.
Public fieldStatic memberClassNamePropertyIdentifies the class name automation property. The class name property value is returned by the GetClassName method.
Public fieldStatic memberClickablePointPropertyIdentifies the clickable point automation property. A valid clickable point property value is returned by the GetClickablePoint method.
Public fieldStatic memberControlTypePropertyIdentifies the control type automation property. The control type property value is returned by the GetAutomationControlType method.
Public fieldStatic memberHasKeyboardFocusPropertyIdentifies the keyboard focus automation property. The keyboard focus state is returned by the HasKeyboardFocus method.
Public fieldStatic memberHelpTextPropertyIdentifies the help text automation property. The help text property value is returned by the GetHelpText method.
Public fieldStatic memberIsContentElementPropertyIdentifies the content element determination automation property. The content element status indicates whether the element contains content that is valuable to the end user. The current status is returned by the IsContentElement method.
Public fieldStatic memberIsControlElementPropertyIdentifies the control element determination automation property. The control element status indicates whether the element contains user interface components that can be manipulated. The current status is returned by the IsControlElement method.
Public fieldStatic memberIsEnabledPropertyIdentifies the enabled determination automation property. The enabled status indicates whether the item referenced by the automation peer is enabled. The current status is returned by the IsEnabled method.
Public fieldStatic memberIsKeyboardFocusablePropertyIdentifies the keyboard-focusable determination automation property. The keyboard focusable status is returned by the IsKeyboardFocusable method.
Public fieldStatic memberIsOffscreenPropertyIdentifies the offscreen determination automation property. The offscreen status indicates whether the item referenced by the automation peer is off the screen. The current status is returned by the IsOffscreen method.
Public fieldStatic memberIsPasswordPropertyIdentifies the password determination automation property. The password status indicates whether the item referenced by the automation peer contains a password. The current status is returned by the IsPassword method.
Public fieldStatic memberIsRequiredForFormPropertyIdentifies the form requirement determination automation property. The form requirement status indicates whether the element must be completed on a form. The current status is returned by the IsRequiredForForm method.
Public fieldStatic memberItemStatusPropertyIdentifies the item status automation property. The current item status is returned by the GetItemStatus method.
Public fieldStatic memberItemTypePropertyIdentifies the item type automation property. The item type value is returned by GetItemType method.
Public fieldStatic memberLabeledByPropertyIdentifies the labeled-by peer automation property. The current label peer is returned by the GetLabeledBy method.
Public fieldStatic memberLocalizedControlTypePropertyIdentifies the localized control type automation property. The current localized control type is returned by the GetLocalizedControlTypeCore method.
Public fieldStatic memberNamePropertyIdentifies the element name automation property. The current name is returned by the GetName method.
Public fieldStatic memberOrientationPropertyIdentifies the orientation automation property. The current orientation value is returned by the GetOrientation method.
Top

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft