Método IModelAnnotationHolder.GetAnnotations<TType>

Retorna todas as anotações do modelo anexado que implementam a determinada anotação, digite e tem o identificador do modelo especificado.

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

Sintaxe

'Declaração
Function GetAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
IList<TType> GetAnnotations<TType>()
where TType : class, IModelAnnotation
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAnnotations()
abstract GetAnnotations : unit -> 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

Valor de retorno

Tipo: System.Collections.Generic.IList<TType>
Uma lista contendo as anotações do modelo selecionado.

Segurança do .NET Framework

Consulte também

Referência

IModelAnnotationHolder Interface

Sobrecargas GetAnnotations

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation