Compartir a través de


ModelElement.GetAnnotations (Método) (Type)

Obtiene una lista de anotaciones del tipo especificado agregadas a este elemento.

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

Sintaxis

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

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelAnnotation>
Una interfaz IList<T> de tipo IModelAnnotation, o un tipo derivado.

Implementaciones

IModelAnnotationHolder.GetAnnotations(Type)

Seguridad de .NET Framework

Vea también

Referencia

ModelElement Clase

GetAnnotations (Sobrecarga)

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

IModelAnnotation

GetAnnotations