AutomationIdentifier Class
Base class for types that identify control types, events, patterns, properties, and text attributes in UI Automation.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Name | Description | |
|---|---|---|
![]() | Id | Gets the underlying numerical identifier. |
![]() | ProgrammaticName | Gets the registered programmatic name. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object) | Compares this AutomationIdentifier with another AutomationIdentifier. |
![]() | Equals(Object) | Returns a value indicating whether the supplied AutomationIdentifier is equivalent to this AutomationIdentifier.(Overrides Object.Equals(Object).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this UI Automation identifier.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The AutomationIdentifier class is effectively abstract, as it has no constructor and cannot be instantiated by applications.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


