AutomationTextAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies UI Automation text attributes.
public ref class AutomationTextAttribute : System::Windows::Automation::AutomationIdentifier
public class AutomationTextAttribute : System.Windows.Automation.AutomationIdentifier
type AutomationTextAttribute = class
inherit AutomationIdentifier
Public Class AutomationTextAttribute
Inherits AutomationIdentifier
- Inheritance
Remarks
Derived from AutomationIdentifier.
The list of text attributes supported by UI Automation can be found at TextPattern.
The AutomationTextAttribute class is effectively abstract, as it has no constructor and cannot be instantiated by applications.
Properties
Id |
Gets the underlying numerical identifier. (Inherited from AutomationIdentifier) |
ProgrammaticName |
Gets the registered programmatic name. (Inherited from AutomationIdentifier) |
Methods
CompareTo(Object) |
Compares this AutomationIdentifier with another AutomationIdentifier. (Inherited from AutomationIdentifier) |
Equals(Object) |
Returns a value indicating whether the supplied AutomationIdentifier is equivalent to this AutomationIdentifier. (Inherited from AutomationIdentifier) |
GetHashCode() |
Returns the hash code for this UI Automation identifier. (Inherited from AutomationIdentifier) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
LookupById(Int32) |
Retrieves a AutomationTextAttribute that encapsulates a specified numerical identifier. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |