Método IModelAnnotationHolder.GetAnnotations

Retorna uma lista de anotações anexado a esse elemento.

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

Sintaxe

'Declaração
Function GetAnnotations As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations()
IList<IModelAnnotation^>^ GetAnnotations()
abstract GetAnnotations : unit -> IList<IModelAnnotation> 
function GetAnnotations() : IList<IModelAnnotation>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IModelAnnotationHolder Interface

Sobrecargas GetAnnotations

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation