AutomationStructureChangeType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 Microsoft UI 自动化树结构中的更改类型。
public enum class AutomationStructureChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationStructureChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationStructureChangeType
Public Enum AutomationStructureChangeType
- 继承
-
AutomationStructureChangeType
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
字段
ChildAdded | 0 | 已将子级添加到当前节点。 |
ChildRemoved | 1 | 已从当前节点中删除子节点。 |
ChildrenBulkAdded | 3 | 子级已批量添加到当前节点。 |
ChildrenBulkRemoved | 4 | 子级已从当前节点批量删除。 |
ChildrenInvalidated | 2 | 当前节点的一个或多个子节点已失效。 |
ChildrenReordered | 5 | 当前节点的子节点已重新排序。 |