This identifier is used by UI Automation client applications. UI Automation providers should use the equivalent identifier in AutomationElementIdentifiers.
This property can also be retrieved from the Current or Cached properties.
Return values of the property are of type String. The default value for the property is an empty string.
The AutomationIdProperty of an element is always the same in any instance of the application on any machine, regardless of the local language. If the property is supported by the element, the value is unique among sibling elements but not necessarily unique on the desktop. For example, multiple instances of an application, or multiple folder views in Microsoft Windows Explorer, may contain elements with the same AutomationIdProperty, such as "SystemMenuBar".
Instances of user interface (UI) elements are uniquely identified on the desktop by their RuntimeIdProperty properties.
Note: |
|---|
AutomationIdProperty is supported by all UI Automation elements in the control view except top-level application windows, UI Automation elements derived from Windows Presentation Foundation (WPF) controls that do not have an ID or x:Uid, and UI Automation elements derived from Win32 controls that do not have a control ID.
|