AutomationNotificationKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當引發 UI 自動化通知事件時,表示通知的類型。
public enum class AutomationNotificationKind
public enum AutomationNotificationKind
type AutomationNotificationKind =
Public Enum AutomationNotificationKind
- 繼承
欄位
ActionAborted | 3 | 目前元素有動作已放棄的通知。 |
ActionCompleted | 2 | 目前元素有動作已完成的通知。 |
ItemAdded | 0 | 已將應顯示給使用者的項目新增至目前的元素中。 |
ItemRemoved | 1 | 已將應顯示給使用者的項目從目前的元素中移除。 |
Other | 4 | 目前元素有不是因新增或移除項目,或對已完成或已中止動作而出現的通知。 |