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

현재 요소에는 무언가 추가하거나 제거하거나 완료되거나 중단된 작업으로 인해 발생하지 않은 알림이 포함됩니다.

적용 대상