StructureChangeType 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含指定 Microsoft UI 自动化元素树结构中的更改的值。
public enum class StructureChangeType
C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")]
public enum StructureChangeType
C#
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 自动化元素树中子元素的顺序已更改。 |
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |