Condividi tramite


EdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable) Metodo

Definizione

Ricerca le annotazioni del vocabolario specificate da questo modello.

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

Parametri

element
IEdmVocabularyAnnotatable

Elemento annotato.

Restituisce

Annotazioni del vocabolario per l'elemento.

Si applica a