다음을 통해 공유


TreeScope 열거형(uiautomationcoreapi.h)

Microsoft UI 자동화 트리에서 다양한 작업의 scope 지정하는 값을 포함합니다.

Syntax

typedef enum TreeScope {
  TreeScope_None = 0x0,
  TreeScope_Element = 0x1,
  TreeScope_Children = 0x2,
  TreeScope_Descendants = 0x4,
  TreeScope_Parent = 0x8,
  TreeScope_Ancestors = 0x10,
  TreeScope_Subtree
} ;

상수

 
TreeScope_None
값: 0x0
scope 검색에서 하위 트리를 제외합니다.
TreeScope_Element
값: 0x1
scope 요소 자체를 포함합니다.
TreeScope_Children
값: 0x2
scope 요소의 자식을 포함합니다.
TreeScope_Descendants
값: 0x4
scope 요소의 자식 및 더 먼 하위 항목이 포함됩니다.
TreeScope_Parent
값: 0x8
scope 요소의 부모가 포함됩니다.
TreeScope_Ancestors
값: 0x10
scope 요소의 부모 및 더 먼 상위 항목이 포함됩니다.
TreeScope_Subtree
scope 요소와 모든 하위 항목이 포함됩니다. 이 플래그는 TreeScope_Element 및 TreeScope_Descendants 값의 조합입니다.

요구 사항

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

추가 정보

AddAutomationEventHandler

AddPropertyChangedEventHandler

AddPropertyChangedEventHandlerNativeArray

AddStructureChangedEventHandler

Findall

FindAllBuildCache

FindFirst

FindFirstBuildCache

참조