AutomationNotificationKind Перечисление

Определение

Указывает тип уведомления при вызове RaiseNotificationEvent(AutomationNotificationKind, AutomationNotificationProcessing, String, String).

public enum class AutomationNotificationKind
public enum AutomationNotificationKind
type AutomationNotificationKind = 
Public Enum AutomationNotificationKind
Наследование
AutomationNotificationKind

Поля

ActionAborted 3

Действие было прервано.

ActionCompleted 2

Действие завершено.

ItemAdded 0

Добавлен элемент, который должен быть представлен пользователю.

ItemRemoved 1

Удален элемент, который должен быть представлен пользователю.

Other 4

Применяется к