Compartir a través de


EdmCoreModel.FindDeclaredVocabularyAnnotations Método

Definición

Busca anotaciones de vocabulario especificadas por este modelo o un modelo al que se hace referencia para un elemento determinado.

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>
override this.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.

Implementaciones

Se aplica a