ModelStore.GetAnnotations (Método) (ModelIdentifier)

Devuelve una lista de las anotaciones del modelo que coincide con los identificadores especificados.

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

Sintaxis

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

Parámetros

Valor devuelto

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

Implementaciones

IModelAnnotationHolder.GetAnnotations(ModelIdentifier)

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

GetAnnotations (Sobrecarga)

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

ModelIdentifier