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 オートメーション要素ツリーから削除されました。

ChildrenInvalidated 2

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

ChildrenBulkAdded 3

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

ChildrenBulkRemoved 4

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

ChildrenReordered 5

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

適用対象

こちらもご覧ください