EdmModelBase.FindDeclaredVocabularyAnnotations Method

Definition

Searches for vocabulary annotations specified by this model or a referenced model for a given element.

public virtual 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 Overridable Function FindDeclaredVocabularyAnnotations (element As IEdmVocabularyAnnotatable) As IEnumerable(Of IEdmVocabularyAnnotation)

Parameters

element
IEdmVocabularyAnnotatable

The annotated element.

Returns

The vocabulary annotations for the element.

Implements

Applies to