Compartir a través de


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

Obtiene una lista de clausuras del tipo especificado según la lista de elementos raíz especificada.

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

Partition Clase

GetClosureList (Sobrecarga)

Microsoft.VisualStudio.Modeling (Espacio de nombres)