Condividi tramite


Metodo IModelAnnotationHolder.GetAnnotations<TType> (ModelIdentifier)

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

Sintassi

'Dichiarazione
Function GetAnnotations(Of TType As {Class, IModelAnnotation}) ( _
    identifier As ModelIdentifier _
) As IList(Of TType)
IList<TType> GetAnnotations<TType>(
    ModelIdentifier identifier
)
where TType : class, IModelAnnotation
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAnnotations(
    ModelIdentifier^ identifier
)
abstract 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>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelAnnotationHolder Interfaccia

Overload GetAnnotations

Spazio dei nomi Microsoft.Data.Schema.SchemaModel