IEdmModel.FindDeclaredVocabularyAnnotations Method

Searches for vocabulary annotations specified by this model.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Function FindDeclaredVocabularyAnnotations ( _
    element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'Usage
Dim instance As IEdmModel 
Dim element As IEdmVocabularyAnnotatable 
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)

returnValue = instance.FindDeclaredVocabularyAnnotations(element)
IEnumerable<IEdmVocabularyAnnotation> FindDeclaredVocabularyAnnotations(
    IEdmVocabularyAnnotatable element
)
IEnumerable<IEdmVocabularyAnnotation^>^ FindDeclaredVocabularyAnnotations(
    IEdmVocabularyAnnotatable^ element
)
abstract FindDeclaredVocabularyAnnotations : 
        element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation> 
function FindDeclaredVocabularyAnnotations(
    element : IEdmVocabularyAnnotatable
) : IEnumerable<IEdmVocabularyAnnotation>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
The vocabulary annotations for the element.

See Also

Reference

IEdmModel Interface

Microsoft.Data.Edm Namespace