Método ModelElement.GetAnnotations

Obtém uma lista de anotações que foram adicionados a esse elemento.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Collections.Generic.IList<IModelAnnotation>
Um IList<T> objeto do tipo IModelAnnotation.

Implementações

IModelAnnotationHolder.GetAnnotations()

Segurança do .NET Framework

Consulte também

Referência

ModelElement Classe

Sobrecargas GetAnnotations

Namespace Microsoft.Data.Schema.SchemaModel

IModelAnnotation

GetAnnotations