AccessibleObject.RaiseAutomationNotification Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Aumenta o evento de notificação de automação da interface.
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
Parâmetros
- notificationKind
- AutomationNotificationKind
O tipo de notificação.
- notificationProcessing
- AutomationNotificationProcessing
Um indicador de como processar notificações.
- notificationText
- String
O texto da notificação.
Devoluções
true se a operação for bem-sucedida; false se a infraestrutura de Windows subjacente não estiver disponível ou se a operação falhou. Ligue GetLastWin32Error() para mais detalhes.
Observações
Este evento está disponível a partir do Windows 10, versão 1709.