StructureChangeType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含值,指定 Microsoft 使用者介面自動化項目樹狀目錄的結構變更。
public enum class StructureChangeType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")]
public enum StructureChangeType
public enum StructureChangeType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("e4cfef41-071d-472c-a65c-c14f59ea81eb")>]
type StructureChangeType =
type StructureChangeType =
Public Enum StructureChangeType
- 繼承
- 屬性
欄位
ChildAdded | 0 | 子專案已新增至消費者介面自動化專案樹狀結構。 |
ChildRemoved | 1 | 子專案已從消費者介面自動化專案樹狀結構中移除。 |
ChildrenBulkAdded | 3 | 子項目已新增至消費者介面自動化專案樹狀結構。 |
ChildrenBulkRemoved | 4 | 子專案已從消費者介面自動化專案樹狀結構中移除。 |
ChildrenInvalidated | 2 | 子專案在消費者介面自動化專案樹狀結構中失效。 這可能表示已加入或移除一個或多個子系,視 UI 自動化提供者實作而定。 |
ChildrenReordered | 5 | 消費者介面自動化專案樹狀結構中子項目的順序已變更。 |