Compartir a través de


ExtensionMethods.VocabularyAnnotations Método

Definición

Obtiene las anotaciones de vocabulario de un elemento Annotatable tal y como se ven desde un modelo determinado.

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> VocabularyAnnotations (this Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.IEdmModel model);
static member VocabularyAnnotations : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
<Extension()>
Public Function VocabularyAnnotations (element As IEdmVocabularyAnnotatable, model As IEdmModel) As IEnumerable(Of IEdmVocabularyAnnotation)

Parámetros

element
IEdmVocabularyAnnotatable

Referencia al objeto que realiza la llamada.

model
IEdmModel

Modelo para comprobar si hay anotaciones.

Devoluciones

Anotaciones adjuntas al elemento por el modelo o por modelos a los que hace referencia el modelo.

Se aplica a