TreeScope 枚举

定义

包含指定 UI 自动化目录树内元素的范围的值。

此枚举支持其成员值的按位组合。

public enum class TreeScope
[System.Flags]
public enum TreeScope
[<System.Flags>]
type TreeScope = 
Public Enum TreeScope
继承
TreeScope
属性

字段

Ancestors 16

指定搜索包括元素的上级(包括父级)。 不支持。

Children 2

指定搜索包括元素的直接子级。

Descendants 4

指定搜索包括元素的子代(包括子级)。

Element 1

指定搜索包括元素本身。

Parent 8

指定搜索包括元素的父级。 不支持。

Subtree 7

指定搜索包括搜索的根和全部子代。

注解

这些值用于指定搜索元素、订阅事件和缓存的范围。

适用于

另请参阅