Compartir a través de


IModelAnnotationHolder.GetAnnotations (Método)

Devuelve una lista de las anotaciones adjuntas a este elemento.

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

Sintaxis

'Declaración
Function GetAnnotations As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations()
IList<IModelAnnotation^>^ GetAnnotations()
abstract GetAnnotations : unit -> IList<IModelAnnotation> 
function GetAnnotations() : IList<IModelAnnotation>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelAnnotation>
Lista que contiene las anotaciones del modelo.

Seguridad de .NET Framework

Vea también

Referencia

IModelAnnotationHolder Interfaz

GetAnnotations (Sobrecarga)

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

IModelAnnotation