共用方式為


Partition.GetClosureList 方法 (ICollection<ModelElement>, ClosureType, Boolean, 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, _
    bypassDemandLoading As Boolean, _
    domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo) _
) As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetClosureList(
    ICollection<ModelElement> rootElements,
    ClosureType type,
    bool bypassDemandLoading,
    IEnumerable<DomainRoleInfo> domainRolesToNotPropagate
)

參數

傳回值

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

.NET Framework 安全性

請參閱

參考

Partition 類別

GetClosureList 多載

Microsoft.VisualStudio.Modeling 命名空間