AutomationNotificationKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum class AutomationNotificationKind
public enum AutomationNotificationKind
type AutomationNotificationKind =
Public Enum AutomationNotificationKind
- 继承
字段
ActionAborted | 3 | 操作已中止。 |
ActionCompleted | 2 | 已完成的操作。 |
ItemAdded | 0 | 添加了应向用户呈现的项。 |
ItemRemoved | 1 | 已删除应呈现给用户的项。 |
Other | 4 |