AccessibleObject.RaiseAutomationNotification 메서드

정의

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

알림의 텍스트입니다.

반환

Boolean

작업에 성공하면 true이고, 기본 Windows 인프라를 사용할 수 없거나 작업에 실패하는 경우 false입니다. 자세한 내용은 GetLastWin32Error()를 호출합니다.

설명

이 이벤트는 Windows 10 버전 1709부터 사용할 수 있습니다.

적용 대상