Share via


IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable) Method

Definition

Searches for vocabulary annotations specified by this model.

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)

Parameters

element
IEdmVocabularyAnnotatable

The annotated element.

Returns

The vocabulary annotations for the element.

Applies to