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
)
參數
- rootElements
類型:System.Collections.Generic.ICollection<ModelElement>
要開始進行終止查核行程的根項目集合
- type
類型:Microsoft.VisualStudio.Modeling.ClosureType
要建置的封閉區段類型
- bypassDemandLoading
類型:System.Boolean
指出是否要在形成封閉區段時略過視需要載入
傳回值
類型:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
在終止查核行程中選取之項目集合的 ElementGroupPrototype
備註
不是任何群組包含目標的所有群組項目,內嵌關聯性,標記為 ElementGroupPrototype 的根項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。