StructureChangeType Enumeration
.NET Framework 4.5
Contains values that specify changes in the structure of the Microsoft UI Automation element tree.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| ChildAdded | A child element was added to the UI Automation element tree. | |
| ChildRemoved | A child element was removed from the UI Automation element tree. | |
| ChildrenBulkAdded | Child elements were added to the UI Automation element tree. | |
| ChildrenBulkRemoved | Child elements were removed from the UI Automation element tree. | |
| ChildrenInvalidated | 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. | |
| ChildrenReordered | The order of the child elements in the UI Automation element tree changed. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.