AccessibleObject.RaiseAutomationNotification Método

Definición

Genera el evento de notificación de automatización de interfaz de usuario.

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

Parámetros

notificationKind
AutomationNotificationKind

Tipo de notificación.

notificationProcessing
AutomationNotificationProcessing

Indicador de cómo procesar las notificaciones.

notificationText
String

Texto de la notificación.

Devoluciones

true si la operación se realiza correctamente; false si la infraestructura subyacente de Windows no está disponible o se produjo un error en la operación. Para obtener información más detallada, llame a GetLastWin32Error().

Comentarios

Este evento está disponible a partir de Windows 10, versión 1709.

Se aplica a