AutomationElementMode 열거형(uiautomationclient.h)

UI Automation 요소를 반환할 때 사용할 참조 형식을 지정하는 값을 포함합니다.

Syntax

typedef enum AutomationElementMode {
  AutomationElementMode_None = 0,
  AutomationElementMode_Full
} ;

상수

 
AutomationElementMode_None
값: 0
반환된 요소에 기본 UI에 대한 참조가 없고 캐시된 정보만 포함하도록 지정합니다.
AutomationElementMode_Full
반환된 요소에 기본 UI에 대한 전체 참조가 있도록 지정합니다.

요구 사항

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