AutomationStructureChangeType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 Microsoft UI 自動化樹狀結構中的變更類型。
public enum class AutomationStructureChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationStructureChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationStructureChangeType
Public Enum AutomationStructureChangeType
- 繼承
-
AutomationStructureChangeType
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
ChildAdded | 0 | 子系已新增至目前的節點。 |
ChildRemoved | 1 | 子系已從目前的節點中移除。 |
ChildrenBulkAdded | 3 | 子系已大量新增至目前的節點。 |
ChildrenBulkRemoved | 4 | 子系已從目前的節點大量移除。 |
ChildrenInvalidated | 2 | 目前節點的一或多個子系已失效。 |
ChildrenReordered | 5 | 目前節點的子系已重新排序。 |