AutomationNotificationKind 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 | 현재 요소에는 추가, 제거, 완료 또는 중단된 작업이 아닌 알림이 있습니다. |