AutomationNotificationKind 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 | 現在の要素には、追加、削除、完了、または中止されたアクションではない通知があります。 |