AutomationNotificationKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出呼叫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
- 繼承
-
AutomationNotificationKind
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
欄位
ActionAborted | 3 | 目前元素有動作已放棄的通知。 |
ActionCompleted | 2 | 目前元素有動作已完成的通知。 |
ItemAdded | 0 | 目前的元素容器已新增一些應該向使用者呈現的專案。 |
ItemRemoved | 1 | 目前的元素已從其中移除一些應該向使用者呈現的專案。 |
Other | 4 | 目前元素的通知不是新增、移除、已完成或中止的動作。 |