AutomationStructureChangeType
AutomationStructureChangeType
AutomationStructureChangeType
AutomationStructureChangeType
Enum
Definition
Defines the types of change in the Microsoft UI Automation tree structure.
public : enum class AutomationStructureChangeTypepublic enum AutomationStructureChangeTypePublic Enum AutomationStructureChangeType// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ChildAdded ChildAdded ChildAdded ChildAdded | A child has been added to the current node. |
| ChildRemoved ChildRemoved ChildRemoved ChildRemoved | A child has been removed from the current node. |
| ChildrenBulkAdded ChildrenBulkAdded ChildrenBulkAdded ChildrenBulkAdded | Children have been bulk added to the current node. |
| ChildrenBulkRemoved ChildrenBulkRemoved ChildrenBulkRemoved ChildrenBulkRemoved | Children have been bulk removed from the current node. |
| ChildrenInvalidated ChildrenInvalidated ChildrenInvalidated ChildrenInvalidated | One or more children of the current node have been invalidated. |
| ChildrenReordered ChildrenReordered ChildrenReordered ChildrenReordered | The children of the current node have been reordered. |