Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 3.1 KB

ne-uiautomationcore-notificationkind.md

File metadata and controls

76 lines (60 loc) · 3.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:uiautomationcore.NotificationKind
NotificationKind (uiautomationcore.h)
Defines values that indicate the type of a notification event, and a hint to the listener about the processing of the event.
NotificationKind
NotificationKind enumeration [Windows Accessibility]
NotificationKind_ActionAborted
NotificationKind_ActionCompleted
NotificationKind_ItemAdded
NotificationKind_ItemRemoved
NotificationKind_Other
uiautomationclient/ NotificationKind_ActionCompleted
uiautomationclient/ NotificationKind_ItemAdded
uiautomationclient/ NotificationKind_ItemRemoved
uiautomationclient/NotificationKind
uiautomationclient/NotificationKind_ActionAborted
uiautomationclient/NotificationKind_Other
winauto.uiauto_NotificationKind
winauto\uiauto_NotificationKind.htm
WinAuto
A74C1897-F762-4D7B-9A4D-6D09B9564A7C
12/05/2018
NotificationKind, NotificationKind enumeration [Windows Accessibility], NotificationKind_ActionAborted, NotificationKind_ActionCompleted, NotificationKind_ItemAdded, NotificationKind_ItemRemoved, NotificationKind_Other, uiautomationclient/ NotificationKind_ActionCompleted, uiautomationclient/ NotificationKind_ItemAdded, uiautomationclient/ NotificationKind_ItemRemoved, uiautomationclient/NotificationKind, uiautomationclient/NotificationKind_ActionAborted, uiautomationclient/NotificationKind_Other, winauto.uiauto_NotificationKind
uiautomationcore.h
UIAutomation.h, Uiautomationcore.h
Windows
Windows 10, version 1709 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
19H1
NotificationKind
uiautomationcore/NotificationKind
c++
APIRef
kbSyntax
HeaderDef
UIAutomationClient.h
NotificationKind

NotificationKind enumeration

-description

Defines values that indicate the type of a notification event, and a hint to the listener about the processing of the event. For example, if multiple notifications are received, they should all be read, or only the last one should be read, and so on.

-enum-fields

-field NotificationKind_ItemAdded:0

The current element and/or the container has had something added to it that should be presented to the user.

-field NotificationKind_ItemRemoved:1

The current element has had something removed from inside of it that should be presented to the user.

-field NotificationKind_ActionCompleted:2

The current element has a notification that an action was completed.

-field NotificationKind_ActionAborted:3

The current element has a notification that an action was aborted.

-field NotificationKind_Other:4

The current element has a notification not an add, remove, completed, or aborted action.