다음을 통해 공유


AutomationNotificationKind 열거형

정의

RaiseNotificationEvent를 호출할 때 알림 유형을 나타냅니다.

public enum class AutomationNotificationKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationNotificationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationNotificationKind
Public Enum AutomationNotificationKind
상속
AutomationNotificationKind
특성

필드

ActionAborted 3

현재 요소에는 작업이 중단되었다는 알림이 포함됩니다.

ActionCompleted 2

현재 요소에는 작업이 완료되었다는 알림이 포함됩니다.

ItemAdded 0

현재 요소 컨테이너에 사용자에게 표시해야 하는 항목이 추가되었습니다.

ItemRemoved 1

현재 요소 내부에서 제거된 항목이 사용자에게 표시되어야 합니다.

Other 4

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

적용 대상