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

현재 요소에는 추가, 제거, 완료 또는 중단된 작업이 아닌 알림이 있습니다.

적용 대상