Partition.GetClosurePrototypeGroup 方法 (ICollection<ModelElement>, ClosureType)
根據指定的根項目清單建立指定之結束型別的 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 _
) As ElementGroupPrototype
public ElementGroupPrototype GetClosurePrototypeGroup(
ICollection<ModelElement> rootElements,
ClosureType type
)
參數
- rootElements
類型:System.Collections.Generic.ICollection<ModelElement>
要開始進行終止查核行程的根項目集合
- type
類型:Microsoft.VisualStudio.Modeling.ClosureType
要建置的封閉區段類型
傳回值
類型:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
在終止查核行程中選取之項目集合的 ElementGroupPrototype
備註
項目群組原型的 DistinguishedElements 清單中會填入根項目清單
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。