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);
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 以降で使用できます。

適用対象