StructureChangeType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含指定 Microsoft UI 自动化元素树结构中的更改的值。
public enum class StructureChangeType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")]
public enum StructureChangeType
public enum StructureChangeType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")>]
type StructureChangeType =
type StructureChangeType =
Public Enum StructureChangeType
- 继承
- 属性
字段
ChildAdded | 0 | 子元素已添加到UI 自动化元素树中。 |
ChildRemoved | 1 | 已从UI 自动化元素树中删除子元素。 |
ChildrenBulkAdded | 3 | 子元素已添加到UI 自动化元素树中。 |
ChildrenBulkRemoved | 4 | 子元素已从UI 自动化元素树中删除。 |
ChildrenInvalidated | 2 | 子元素在UI 自动化元素树中失效。 这可能意味着添加或删除了一个或多个子元素,具体取决于 UI 自动化提供程序的实现。 |
ChildrenReordered | 5 | UI 自动化元素树中子元素的顺序已更改。 |