StructureChangeType Enum

Definition

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
StructureChangeType
Attributes

Fields

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.

ChildrenBulkAdded 3

Child elements were added to the UI Automation element tree.

ChildrenBulkRemoved 4

Child elements were 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.

ChildrenReordered 5

The order of the child elements in the UI Automation element tree changed.

Applies to

See also