AutomationNotificationKind
AutomationNotificationKind
AutomationNotificationKind
AutomationNotificationKind
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Indicates the type of notification when calling RaiseNotificationEvent
public : enum class AutomationNotificationKindpublic enum AutomationNotificationKindPublic Enum AutomationNotificationKind// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| ActionAborted ActionAborted ActionAborted ActionAborted | Prerelease. The current element has a notification that an action was abandoned. |
| ActionCompleted ActionCompleted ActionCompleted ActionCompleted | Prerelease. The current element has a notification that an action was completed. |
| ItemAdded ItemAdded ItemAdded ItemAdded | Prerelease. The current element container has had something added to it that should be presented to the user. |
| ItemRemoved ItemRemoved ItemRemoved ItemRemoved | Prerelease. The current element has had something removed from inside it that should be presented to the user. |
| Other Other Other Other | Prerelease. The current element has a notification not an add, remove, completed, or aborted action. |