Partition.GetClosureList 方法 (ICollection<ModelElement>, ClosureType, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>)

取得根據指定的根項目清單的指定型別的終止清單

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

語法

'宣告
Public Function GetClosureList ( _
    rootElements As ICollection(Of ModelElement), _
    type As ClosureType, _
    domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), _
    rootDomainRolesToNotVisit As IEnumerable(Of DomainRoleInfo) _
) As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetClosureList(
    ICollection<ModelElement> rootElements,
    ClosureType type,
    IEnumerable<DomainRoleInfo> domainRolesToNotPropagate,
    IEnumerable<DomainRoleInfo> rootDomainRolesToNotVisit
)

參數

傳回值

型別:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
ICollection

.NET Framework 安全性

請參閱

參考

Partition 類別

GetClosureList 多載

Microsoft.VisualStudio.Modeling 命名空間