StructureChangeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values that specify changes in the structure of the Microsoft UI Automation element tree.
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
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
ChildAdded | 0 | A child element was added to the UI Automation element tree. |
ChildRemoved | 1 | A child element was removed from the UI Automation element tree. |
ChildrenInvalidated | 2 | Child elements were invalidated in the UI Automation element tree. This might mean that one or more children were added or removed, depending on the UI Automation providers implementation. |
ChildrenBulkAdded | 3 | Child elements were added to the UI Automation element tree. |
ChildrenBulkRemoved | 4 | Child elements were removed from the UI Automation element tree. |
ChildrenReordered | 5 | The order of the child elements in the UI Automation element tree changed. |