AutomationTextAttribute Clase
Definición
Identifica atributos de texto de automatización de la interfaz de usuario.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
- Herencia
Comentarios
Se deriva de AutomationIdentifier.Derived from AutomationIdentifier.
La lista de atributos de texto admitidos por Automatización de la interfaz de usuarioUI Automation se puede encontrar en TextPattern .The list of text attributes supported by Automatización de la interfaz de usuarioUI Automation can be found at TextPattern.
La AutomationTextAttribute clase es realmente abstracta, ya que no tiene ningún constructor y las aplicaciones no pueden crear instancias de ella.The AutomationTextAttribute class is effectively abstract, as it has no constructor and cannot be instantiated by applications.
Propiedades
Id |
Obtiene el identificador numérico subyacente.Gets the underlying numerical identifier. (Heredado de AutomationIdentifier) |
ProgrammaticName |
Obtiene el nombre de programación registrado.Gets the registered programmatic name. (Heredado de AutomationIdentifier) |
Métodos
CompareTo(Object) |
Compara este AutomationIdentifier con otro AutomationIdentifier.Compares this AutomationIdentifier with another AutomationIdentifier. (Heredado de AutomationIdentifier) |
Equals(Object) |
Devuelve un valor que indica si el AutomationIdentifier proporcionado es equivalente a este AutomationIdentifier.Returns a value indicating whether the supplied AutomationIdentifier is equivalent to this AutomationIdentifier. (Heredado de AutomationIdentifier) |
GetHashCode() |
Devuelve el código hash de este identificador de Automatización de la interfaz de usuarioUI Automation.Returns the hash code for this Automatización de la interfaz de usuarioUI Automation identifier. (Heredado de AutomationIdentifier) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
LookupById(Int32) |
Recupera una clase AutomationTextAttribute que encapsula un identificador numérico especificado.Retrieves a AutomationTextAttribute that encapsulates a specified numerical identifier. |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |