Compartir a través de


IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable) Método

Definición

Busca anotaciones de vocabulario especificadas por este modelo.

public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> FindDeclaredVocabularyAnnotations (Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element);
abstract member FindDeclaredVocabularyAnnotations : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
Public Function FindDeclaredVocabularyAnnotations (element As IEdmVocabularyAnnotatable) As IEnumerable(Of IEdmVocabularyAnnotation)

Parámetros

element
IEdmVocabularyAnnotatable

Elemento anotado.

Devoluciones

Anotaciones de vocabulario para el elemento.

Se aplica a