Compartir a través de


IModelAnnotationHolder.GetAnnotations<TType> (Método) (ModelIdentifier)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

  • TType

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IModelAnnotationHolder Interfaz

GetAnnotations (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)