共用方式為


Partition.GetClosurePrototypeGroup 方法 (ICollection<ModelElement>, ClosureType, Boolean)

根據指定的根項目清單建立指定之結束型別的 ElementGroupPrototype

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

語法

'宣告
Public Function GetClosurePrototypeGroup ( _
    rootElements As ICollection(Of ModelElement), _
    type As ClosureType, _
    bypassDemandLoading As Boolean _
) As ElementGroupPrototype
public ElementGroupPrototype GetClosurePrototypeGroup(
    ICollection<ModelElement> rootElements,
    ClosureType type,
    bool bypassDemandLoading
)

參數

  • bypassDemandLoading
    類型:System.Boolean
    指出是否要在形成封閉區段時略過視需要載入

傳回值

類型:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
在終止查核行程中選取之項目集合的 ElementGroupPrototype

備註

不是任何群組包含目標的所有群組項目,內嵌關聯性,標記為 ElementGroupPrototype 的根項目。

.NET Framework 安全性

請參閱

參考

Partition 類別

GetClosurePrototypeGroup 多載

Microsoft.VisualStudio.Modeling 命名空間