This documentation is archived and is not being maintained.
StructureChangeType Enumeration
Visual Studio 2010
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. | |
| 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. | |
| ChildrenBulkAdded | Child elements were added to the UI Automation element tree. | |
| ChildrenBulkRemoved | Child elements were removed from the UI Automation element tree. | |
| ChildrenReordered | The order of the child elements in the UI Automation element tree changed. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: