Jaa


EdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable) Method

Definition

Searches for vocabulary annotations specified by this model.

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)

Parameters

element
IEdmVocabularyAnnotatable

The annotated element.

Returns

The vocabulary annotations for the element.

Applies to