次の方法で共有


AutomationNotificationKind 列挙型

定義

RaiseNotificationEvent を呼び出すときの通知の種類を示します

public enum class AutomationNotificationKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationNotificationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationNotificationKind
Public Enum AutomationNotificationKind
継承
AutomationNotificationKind
属性

フィールド

ActionAborted 3

現在の要素には、操作が中止されたという通知が含まれています。

ActionCompleted 2

現在の要素には、操作が完了したという通知が含まれています。

ItemAdded 0

現在の要素コンテナーには、ユーザーに表示する必要がある何かが追加されています。

ItemRemoved 1

現在の要素には、ユーザーに表示する必要がある何かが内部から削除されています。

Other 4

現在の要素には、追加、削除、完了、または中止されたアクションではない通知があります。

適用対象