C# Class System.Windows.Automation.AutomationIdentifier

Inheritance: IComparable
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
AutomationIdentifier ( UiaCoreIds type, int id, System.Guid guid, string programmaticName ) : System
LookupById ( UiaCoreIds type, int id ) : AutomationIdentifier
Register ( UiaCoreIds type, System.Guid guid, string programmaticName ) : AutomationIdentifier

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int