C# Class System.Windows.Automation.AutomationIdentifier

Inheritance: IComparable
Mostra file Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method 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 method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int