다음을 통해 공유


AutomationIdentifierType 열거형(uiautomationcoreapi.h)

UiaLookupId 함수에 사용되는 값을 포함합니다.

Syntax

typedef enum AutomationIdentifierType {
  AutomationIdentifierType_Property,
  AutomationIdentifierType_Pattern,
  AutomationIdentifierType_Event,
  AutomationIdentifierType_ControlType,
  AutomationIdentifierType_TextAttribute,
  AutomationIdentifierType_LandmarkType,
  AutomationIdentifierType_Annotation,
  AutomationIdentifierType_Changes,
  AutomationIdentifierType_Style
} ;

상수

 
AutomationIdentifierType_Property
속성 ID를 지정합니다.
AutomationIdentifierType_Pattern
컨트롤 패턴 ID를 지정합니다.
AutomationIdentifierType_Event
이벤트 ID를 지정합니다.
AutomationIdentifierType_ControlType
컨트롤 형식 ID를 지정합니다.
AutomationIdentifierType_TextAttribute
텍스트 특성 ID를 지정합니다.
AutomationIdentifierType_LandmarkType
랜드마크 형식 ID를 지정합니다.
AutomationIdentifierType_Annotation
주석 ID를 지정합니다.
AutomationIdentifierType_Changes
변경 ID를 지정합니다.
AutomationIdentifierType_Style
스타일 ID를 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
머리글 uiautomationcoreapi.h(UIAutomation.h 포함)