AutomationNotificationKind 枚举

定义

指示调用 RaiseNotificationEvent 时的通知类型

public enum class AutomationNotificationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AutomationNotificationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AutomationNotificationKind
Public Enum AutomationNotificationKind
继承
AutomationNotificationKind
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

字段

ActionAborted 3

当前元素具有一则放弃操作的通知。

ActionCompleted 2

当前元素具有一则已完成操作的通知。

ItemAdded 0

当前元素容器中添加了应呈现给用户的内容。

ItemRemoved 1

当前元素从内部删除了应向用户显示的内容。

Other 4

当前元素具有通知,而不是添加、删除、已完成或已中止的操作。

适用于