Condividi tramite


Metodo ModelStore.GetElements (ModelElementResolutionStatus)

Restituisce un elenco degli elementi nell'archivio con lo stato di risoluzione specificato.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Function GetElements ( _
    status As ModelElementResolutionStatus _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
    ModelElementResolutionStatus status
)
public:
IList<IModelElement^>^ GetElements(
    ModelElementResolutionStatus status
)
member GetElements : 
        status:ModelElementResolutionStatus -> IList<IModelElement> 
public function GetElements(
    status : ModelElementResolutionStatus
) : IList<IModelElement>

Parametri

Valore restituito

Tipo: System.Collections.Generic.IList<IModelElement>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetElements

Spazio dei nomi Microsoft.Data.Schema.SchemaModel