Compartilhar via


Método Partition.GetClosureList (ICollection<ModelElement>, ClosureType, Boolean, IEnumerable<DomainRoleInfo>)

Obtém uma lista de fechamento de determinado tipo com base na lista de elementos dada raiz

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
ICollection

Segurança do .NET Framework

Consulte também

Referência

Partition Classe

Sobrecargas GetClosureList

Namespace Microsoft.VisualStudio.Modeling