AccessibleObject.RaiseAutomationNotification Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.