Share via


ModelStore.GetAnnotations (Método)

Devuelve todas las anotaciones del modelo.

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

Sintaxis

'Declaración
Public Function GetAnnotations As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations()
public:
virtual IList<IModelAnnotation^>^ GetAnnotations() sealed
abstract GetAnnotations : unit -> IList<IModelAnnotation> 
override GetAnnotations : unit -> IList<IModelAnnotation> 
public final function GetAnnotations() : IList<IModelAnnotation>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelAnnotation>
Una lista de anotaciones.

Implementaciones

IModelAnnotationHolder.GetAnnotations()

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

GetAnnotations (Sobrecarga)

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

ModelIdentifier