다음을 통해 공유


NotificationKind 열거형(uiautomationcore.h)

알림 이벤트의 유형을 나타내는 값과 이벤트 처리에 대한 수신기에 대한 힌트를 정의합니다. 예를 들어 여러 알림이 수신되면 모두 읽거나 마지막 알림만 읽어야 합니다.

Syntax

typedef enum NotificationKind {
  NotificationKind_ItemAdded = 0,
  NotificationKind_ItemRemoved = 1,
  NotificationKind_ActionCompleted = 2,
  NotificationKind_ActionAborted = 3,
  NotificationKind_Other = 4
} ;

상수

 
NotificationKind_ItemAdded
값: 0
현재 요소 및/또는 컨테이너에 추가된 항목이 사용자에게 표시되어야 합니다.
NotificationKind_ItemRemoved
값: 1
현재 요소의 내부에서 제거된 항목이 사용자에게 표시되어야 합니다.
NotificationKind_ActionCompleted
값: 2
현재 요소에는 작업이 완료되었다는 알림이 포함됩니다.
NotificationKind_ActionAborted
값: 3
현재 요소에는 작업이 중단되었다는 알림이 있습니다.
NotificationKind_Other
값: 4
현재 요소에는 추가, 제거, 완료 또는 중단된 작업이 아닌 알림이 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 10 버전 1709 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2016 [데스크톱 앱만 해당]
머리글 uiautomationcore.h(UIAutomation.h, Uiautomationcore.h 포함)