AutomationIdentifier 클래스

정의

UI Automation의 컨트롤 형식, 이벤트, 패턴, 속성 및 텍스트 특성을 식별하는 형식에 대한 기본 클래스입니다.

public ref class AutomationIdentifier : IComparable
public class AutomationIdentifier : IComparable
type AutomationIdentifier = class
    interface IComparable
Public Class AutomationIdentifier
Implements IComparable
상속
AutomationIdentifier
파생
구현

설명

AutomationIdentifier 생성자가 없는 하 고 애플리케이션에서 인스턴스화할 수 없으므로 사실상 추상 클래스입니다.

속성

Id

내부 숫자 식별자를 가져옵니다.

ProgrammaticName

등록된 프로그래밍 이름을 가져옵니다.

메서드

CompareTo(Object)

AutomationIdentifier를 다른 AutomationIdentifier와 비교합니다.

Equals(Object)

지정된 AutomationIdentifier가 이 AutomationIdentifier와 같은지 여부를 나타내는 값을 반환합니다.

GetHashCode()

이 UI 자동화 식별자에 대한 해시 코드를 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상