StructureChangeType Enum

Definition

Contains values that specify changes in the structure of the Microsoft UI Automation element tree.

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")]
public enum StructureChangeType
C#
public enum StructureChangeType
Inheritance
StructureChangeType
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.

Applies to

Product Versions
.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

See also