AccessibleObject.RaiseAutomationNotification Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Raises the UI automation notification event.

C#
public bool RaiseAutomationNotification(System.Windows.Forms.Automation.AutomationNotificationKind notificationKind, System.Windows.Forms.Automation.AutomationNotificationProcessing notificationProcessing, string notificationText);
C#
public bool RaiseAutomationNotification(System.Windows.Forms.Automation.AutomationNotificationKind notificationKind, System.Windows.Forms.Automation.AutomationNotificationProcessing notificationProcessing, string? notificationText);

Parameters

notificationKind
AutomationNotificationKind

The type of notification.

notificationProcessing
AutomationNotificationProcessing

An indicator of how to process notifications.

notificationText
String

The text of the notification.

Returns

true if the operation succeeds; false if the underlying Windows infrastructure is not available or the operation failed. Call GetLastWin32Error() for details.

Remarks

This event is available starting with Windows 10, version 1709.

Applies to

Produkt Versioner
.NET Framework 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10