C# 클래스 System.Windows.Automation.AutomationIdentifier

상속: IComparable
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int