AutomationStructureChangeType 列挙型

定義

Microsoft UI オートメーション ツリー構造の変更の種類を定義します。

public enum class AutomationStructureChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationStructureChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationStructureChangeType
Public Enum AutomationStructureChangeType
継承
AutomationStructureChangeType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

ChildAdded 0

子が現在のノードに追加されました。

ChildRemoved 1

現在のノードから子が削除されました。

ChildrenBulkAdded 3

子が現在のノードに一括で追加されました。

ChildrenBulkRemoved 4

現在のノードから子が一括削除されました。

ChildrenInvalidated 2

現在のノードの 1 つ以上の子が無効になっています。

ChildrenReordered 5

現在のノードの子が並べ替えられた。

適用対象