AccessibleObject.RaiseAutomationNotification 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
UI 자동화 알림 이벤트를 발생시킵니다.
public:
bool RaiseAutomationNotification(System::Windows::Forms::Automation::AutomationNotificationKind notificationKind, System::Windows::Forms::Automation::AutomationNotificationProcessing notificationProcessing, System::String ^ notificationText);
public bool RaiseAutomationNotification (System.Windows.Forms.Automation.AutomationNotificationKind notificationKind, System.Windows.Forms.Automation.AutomationNotificationProcessing notificationProcessing, string notificationText);
member this.RaiseAutomationNotification : System.Windows.Forms.Automation.AutomationNotificationKind * System.Windows.Forms.Automation.AutomationNotificationProcessing * string -> bool
Public Function RaiseAutomationNotification (notificationKind As AutomationNotificationKind, notificationProcessing As AutomationNotificationProcessing, notificationText As String) As Boolean
매개 변수
- notificationKind
- AutomationNotificationKind
알림의 형식입니다.
- notificationProcessing
- AutomationNotificationProcessing
알림을 처리하는 방법의 표시기입니다.
- notificationText
- String
알림의 텍스트입니다.
반환
작업에 성공하면 true
이고, 기본 Windows 인프라를 사용할 수 없거나 작업에 실패하는 경우 false
입니다. 자세한 내용은 GetLastWin32Error()를 호출합니다.
설명
이 이벤트는 Windows 10 버전 1709부터 사용할 수 있습니다.