Condividi tramite


Metodo Partition.GetClosureList (ICollection<ModelElement>, ClosureType, Boolean)

Ottiene un elenco della chiusura del tipo specificato basato sull'elenco specificato per l'elemento radice

Spazio dei nomi:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintassi

'Dichiarazione
Public Function GetClosureList ( _
    rootElements As ICollection(Of ModelElement), _
    type As ClosureType, _
    bypassDemandLoading As Boolean _
) As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetClosureList(
    ICollection<ModelElement> rootElements,
    ClosureType type,
    bool bypassDemandLoading
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Partition Classe

Overload GetClosureList

Spazio dei nomi Microsoft.VisualStudio.Modeling