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

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • TType

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IModelAnnotationHolder Interface

Sobrecargas GetAnnotations

Namespace Microsoft.Data.Schema.SchemaModel