Compartir a través de


EdmDirectValueAnnotationsManager.GetAttachedAnnotations(IEdmElement) Método

Definición

Recupera las anotaciones que se adjuntan directamente a un elemento.

protected virtual System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation> GetAttachedAnnotations (Microsoft.OData.Edm.IEdmElement element);
abstract member GetAttachedAnnotations : Microsoft.OData.Edm.IEdmElement -> seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation>
override this.GetAttachedAnnotations : Microsoft.OData.Edm.IEdmElement -> seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotation>
Protected Overridable Function GetAttachedAnnotations (element As IEdmElement) As IEnumerable(Of IEdmDirectValueAnnotation)

Parámetros

element
IEdmElement

Elemento en cuestión.

Devoluciones

Anotaciones que se adjuntan directamente a un elemento (fuera del control del administrador).

Se aplica a