Compartir a través de


ModelElement.GetAnnotations (Método) (ModelIdentifier)

Obtiene una lista de anotaciones agregadas al elemento especificado, que es un elemento secundario del elemento actual.

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>
Objeto IList<T> cuyo tipo es IModelAnnotation.

Implementaciones

IModelAnnotationHolder.GetAnnotations(ModelIdentifier)

Seguridad de .NET Framework

Vea también

Referencia

ModelElement Clase

GetAnnotations (Sobrecarga)

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

IModelAnnotation

GetAnnotations