StructureChangeType 列挙型

定義

Microsoft UI オートメーション要素ツリーの構造内の変更を指定する値を格納します。

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
継承
StructureChangeType
属性

フィールド

ChildAdded 0

UI オートメーション要素ツリーに子要素が追加されました。

ChildRemoved 1

UI オートメーション要素ツリーから子要素が削除されました。

ChildrenBulkAdded 3

子要素がUI オートメーション要素ツリーに追加されました。

ChildrenBulkRemoved 4

子要素は、UI オートメーション要素ツリーから削除されました。

ChildrenInvalidated 2

UI オートメーション要素ツリーで子要素が無効にされました。 UI オートメーション プロバイダーの実装に応じて、1 つ以上の子が追加または削除された可能性があります。

ChildrenReordered 5

UI オートメーション要素ツリー内の子要素の順序が変更されました。

適用対象

こちらもご覧ください