FindVocabularyAnnotations Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Overridable Function FindVocabularyAnnotations ( _
    element As IEdmAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'Usage
Dim instance As EdmModelBase
Dim element As IEdmAnnotatable
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)

returnValue = instance.FindVocabularyAnnotations(element)
public virtual IEnumerable<IEdmVocabularyAnnotation> FindVocabularyAnnotations(
    IEdmAnnotatable element
)
public:
virtual IEnumerable<IEdmVocabularyAnnotation^>^ FindVocabularyAnnotations(
    IEdmAnnotatable^ element
)
abstract FindVocabularyAnnotations : 
        element:IEdmAnnotatable -> IEnumerable<IEdmVocabularyAnnotation> 
override FindVocabularyAnnotations : 
        element:IEdmAnnotatable -> IEnumerable<IEdmVocabularyAnnotation> 
public function FindVocabularyAnnotations(
    element : IEdmAnnotatable
) : IEnumerable<IEdmVocabularyAnnotation>

Parameters

Return Value

Type: System.Collections.Generic..::..IEnumerable< (Of < ( <'IEdmVocabularyAnnotation> ) > ) >

Implements

IEdmModel..::..FindVocabularyAnnotations(IEdmAnnotatable)

See Also

Reference

EdmModelBase Class

Microsoft.Data.Edm.Library Namespace