AccessibleObject.RaiseAutomationNotification Méthode

Définition

Déclenche l’événement de notification d’UI Automation.

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

Paramètres

notificationKind
AutomationNotificationKind

Type de notification.

notificationProcessing
AutomationNotificationProcessing

Indique comment traiter les notifications.

notificationText
String

Texte de la notification.

Retours

true si l’opération aboutit ; false si l’infrastructure Windows sous-jacente n’est pas disponible ou si l’opération a échoué. Appelle GetLastWin32Error() pour obtenir des informations.

Remarques

Cet événement est disponible à partir de Windows 10, version 1709.

S’applique à