AutomationNotificationKind 枚举

定义

指示在引发 UI 自动化通知事件时的通知类型。

public enum class AutomationNotificationKind
public enum AutomationNotificationKind
type AutomationNotificationKind = 
Public Enum AutomationNotificationKind
继承
AutomationNotificationKind

字段

ActionAborted 3

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

ActionCompleted 2

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

ItemAdded 0

已向当前元素添加应向用户呈现的内容。

ItemRemoved 1

已从当前元素中删除应向用户呈现的内容。

Other 4

当前元素具有一则并非由内容添加/删除或操作完成/放弃而引发的通知。

适用于