Aracılığıyla paylaş


Partition.GetClosureList Yöntem (ICollection<ModelElement>, ClosureType, Boolean, IEnumerable<DomainRoleInfo>, IEnumerable<DomainRoleInfo>)

Verilen kök öğe listesine dayalı verilen tür kapanışı listesini alır

Ad alanı:  Microsoft.VisualStudio.Modeling
Derleme:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll içinde)

Sözdizimi

'Bildirim
Public Function GetClosureList ( _
    rootElements As ICollection(Of ModelElement), _
    type As ClosureType, _
    bypassDemandLoading As Boolean, _
    domainRolesToNotPropagate As IEnumerable(Of DomainRoleInfo), _
    rootDomainRolesToNotVisit As IEnumerable(Of DomainRoleInfo) _
) As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetClosureList(
    ICollection<ModelElement> rootElements,
    ClosureType type,
    bool bypassDemandLoading,
    IEnumerable<DomainRoleInfo> domainRolesToNotPropagate,
    IEnumerable<DomainRoleInfo> rootDomainRolesToNotVisit
)

Parametreler

Dönüş Değeri

Tür: System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
ICollection

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

Partition Sınıf

GetClosureList Fazla Yük

Microsoft.VisualStudio.Modeling Ad Alanı