ElementGroup.AddRange 方法 (IEnumerable<ModelElement>, Boolean)
將模型項目集合加入至群組。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public Sub AddRange ( _
modelElements As IEnumerable(Of ModelElement), _
includeLinksAutomatically As Boolean _
)
public void AddRange(
IEnumerable<ModelElement> modelElements,
bool includeLinksAutomatically
)
參數
- modelElements
類型:System.Collections.Generic.IEnumerable<ModelElement>
要加入至群組的項目集合。
- includeLinksAutomatically
類型:System.Boolean
表示是否要包含已經在也應加入的群組中之項目的連結。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。