Provides helper methods for automation peers.
- Inheritance:
- object object
Methods
RaiseUiaNotification(IRawElementProviderSimple, Guid, string)
Programmatically raises a UIA notification for an important action completed event.
Parameter | Type | Description |
---|---|---|
provider | IRaw |
The IRaw |
activityId | Guid | A unique ID that identifies the action or a group of related actions. |
notificationText | string | The notification text. |
RaiseUiaNotification(IRawElementProviderSimple, Guid, string, AutomationNotificationKind, AutomationNotificationProcessing)
Programmatically raises a UIA notification for an event.
Parameter | Type | Description |
---|---|---|
provider | IRaw |
The IRaw |
activityId | Guid | A unique ID that identifies the action or a group of related actions. |
notificationText | string | The notification text. |
notificationKind | Automation |
The notification kind. |
notificationProcessing | Automation |
The notification processing. |