Compartir a través de


IModelAnnotationHolder.GetAnnotations (Método) (ModelIdentifier)

Devuelve una lista de las anotaciones adjuntas que tienen el identificador especificado.

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

Sintaxis

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

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IModelAnnotationHolder Interfaz

GetAnnotations (Sobrecarga)

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

ModelIdentifier