Condividi tramite


Metodo ModelStore.GetAnnotations<TType> (ModelIdentifier)

Restituisce tutti gli elementi.

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

Sintassi

'Dichiarazione
Public Function GetAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
public IList<TType> GetAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
virtual IList<TType>^ GetAnnotations(
    ModelIdentifier^ identifier
) sealed
abstract GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
override GetAnnotations : 
        identifier:ModelIdentifier -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

  • TType

Parametri

Valore restituito

Tipo: System.Collections.Generic.IList<TType>
Elenco di elementi del modello.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload GetAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelElementClass