Språk

AutomationTextAttribute Klass

Definition

Identifierar UI Automation textattribut.

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
Arv
AutomationTextAttribute

Kommentarer

Härledd från AutomationIdentifier.

Listan över textattribut som stöds av UI Automation finns på TextPattern.

Klassen AutomationTextAttribute är i praktiken abstrakt eftersom den inte har någon konstruktor och inte kan instansieras av program.

Egenskaper

Name Description
Id

Hämtar den underliggande numeriska identifieraren.

(Ärvd från AutomationIdentifier)
ProgrammaticName

Hämtar det registrerade programmatiska namnet.

(Ärvd från AutomationIdentifier)

Metoder

Name Description
CompareTo(Object)

Jämför detta AutomationIdentifier med en annan AutomationIdentifier.

(Ärvd från AutomationIdentifier)
Equals(Object)

Returnerar ett värde som anger om den angivna AutomationIdentifier är likvärdig med den här AutomationIdentifier.

(Ärvd från AutomationIdentifier)
GetHashCode()

Returnerar hashkoden för den här UI Automation identifieraren.

(Ärvd från AutomationIdentifier)
GetType()

Hämtar den aktuella instansen Type .

(Ärvd från Object)
LookupById(Int32)

Hämtar en AutomationTextAttribute som kapslar in en angiven numerisk identifierare.

MemberwiseClone()

Skapar en ytlig kopia av den aktuella Object.

(Ärvd från Object)
ToString()

Returnerar en sträng som representerar det aktuella objektet.

(Ärvd från Object)

Gäller för

Se även