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
)
參數
- elementGroup
型別:Microsoft.VisualStudio.Modeling.ElementGroup
elementGroup
- elements
型別:System.Collections.Generic.ICollection<ModelElement>
項目
- closureType
型別:Microsoft.VisualStudio.Modeling.ClosureType
closureType
備註
這個預設實作不會考慮的項目和 closureType 參數。 所有 groupElements 於 elementGroup 物件,不是內嵌關聯性的任何群組-包含,目標會都標示為根。 呼叫 ElementOperations 方法的實作虛擬 AddElementGroupFormat。 這個方法會使用 AddElementGroupFormat 方法傳遞的參數值來叫用。 ElementGroup 參數來自虛擬的 CreateElementGroup 方法的傳回值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。