共用方式為


ElementOperations.MarkRootElements 方法

ElementGroup 參數中的標記 RootElements。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Protected Overridable Sub MarkRootElements ( _
    elementGroup As ElementGroup, _
    elements As ICollection(Of ModelElement), _
    closureType As ClosureType _
)
protected virtual void MarkRootElements(
    ElementGroup elementGroup,
    ICollection<ModelElement> elements,
    ClosureType closureType
)

參數

備註

這個預設實作不會考慮的項目和 closureType 參數。 所有 groupElements 於 elementGroup 物件,不是內嵌關聯性的任何群組-包含,目標會都標示為根。 呼叫 ElementOperations 方法的實作虛擬 AddElementGroupFormat。 這個方法會使用 AddElementGroupFormat 方法傳遞的參數值來叫用。 ElementGroup 參數來自虛擬的 CreateElementGroup 方法的傳回值。

.NET Framework 安全性

請參閱

參考

ElementOperations 類別

Microsoft.VisualStudio.Modeling 命名空間