Freigeben über


IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable) Methode

Definition

Sucht nach von diesem Modell angegebenen Vokabularanmerkungen.

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)

Parameter

element
IEdmVocabularyAnnotatable

Das Element mit Anmerkungen.

Gibt zurück

Die Vokabularanmerkungen für das Element.

Gilt für: