Partition.GetClosureList 方法 (ICollection<ModelElement>, ClosureType, IEnumerable<DomainRoleInfo>)
取得指定的型別的關閉清單,以指定的根項目清單為基礎
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public Function GetClosureList ( _
rootElements As ICollection(Of ModelElement), _
type As ClosureType, _
domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo) _
) As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetClosureList(
ICollection<ModelElement> rootElements,
ClosureType type,
IEnumerable<DomainRoleInfo> domainRolesToNotPropagate
)
參數
- rootElements
類型:System.Collections.Generic.ICollection<ModelElement>
封閉區段以其為基礎的根項目清單
- type
類型:Microsoft.VisualStudio.Modeling.ClosureType
要形成的封閉區段的類型
- domainRolesToNotPropagate
類型:System.Collections.Generic.IEnumerable<DomainRoleInfo>
不要略過之 DomainRoles 的清單
傳回值
類型:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
ICollection
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。