StructureChangeType Énumération

Définition

Contient des valeurs qui spécifient des modifications apportées à la structure de l’arborescence des éléments Microsoft UI Automation.

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
Héritage
StructureChangeType
Attributs

Champs

ChildAdded 0

Un élément enfant a été ajouté à l’arborescence d’éléments UI Automation.

ChildRemoved 1

Un élément enfant a été supprimé de l’arborescence d’éléments UI Automation.

ChildrenBulkAdded 3

Des éléments enfants ont été ajoutés à l’arborescence d’éléments UI Automation.

ChildrenBulkRemoved 4

Les éléments enfants ont été supprimés de l’arborescence d’éléments UI Automation.

ChildrenInvalidated 2

Les éléments enfants ont été invalidés dans l’arborescence des éléments UI Automation. Cela peut signifier qu’un ou que plusieurs enfants ont été ajoutés ou supprimés, en fonction de l’implémentation des fournisseurs UI Automation.

ChildrenReordered 5

L’ordre des éléments enfants dans l’arborescence des éléments UI Automation a changé.

S’applique à

Voir aussi