AutomationNotificationKind Enum
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.
Indicates the type of notification when calling RaiseNotificationEvent
public enum class AutomationNotificationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AutomationNotificationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AutomationNotificationKind
Public Enum AutomationNotificationKind
- Inheritance
-
AutomationNotificationKind
- Attributes
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Name | Value | Description |
---|---|---|
ItemAdded | 0 | The current element container has had something added to it that should be presented to the user. |
ItemRemoved | 1 | The current element has had something removed from inside it that should be presented to the user. |
ActionCompleted | 2 | The current element has a notification that an action was completed. |
ActionAborted | 3 | The current element has a notification that an action was abandoned. |
Other | 4 | The current element has a notification not an add, remove, completed, or aborted action. |
Product | Versions |
---|---|
WinRT | Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |