다음을 통해 공유


EdmCoreModel.FindDeclaredVocabularyAnnotations 메서드

지정된 요소에 대해 이 모델 또는 참조되는 모델이 지정하는 용어 모음 주석을 검색합니다.

네임스페이스:  Microsoft.Data.Edm.Library
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public Function FindDeclaredVocabularyAnnotations ( _
    element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
‘사용 방법
Dim instance As EdmCoreModel
Dim element As IEdmVocabularyAnnotatable
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)

returnValue = instance.FindDeclaredVocabularyAnnotations(element)
public IEnumerable<IEdmVocabularyAnnotation> FindDeclaredVocabularyAnnotations(
    IEdmVocabularyAnnotatable element
)
public:
virtual IEnumerable<IEdmVocabularyAnnotation^>^ FindDeclaredVocabularyAnnotations(
    IEdmVocabularyAnnotatable^ element
) sealed
abstract FindDeclaredVocabularyAnnotations : 
        element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation> 
override FindDeclaredVocabularyAnnotations : 
        element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation> 
public final function FindDeclaredVocabularyAnnotations(
    element : IEdmVocabularyAnnotatable
) : IEnumerable<IEdmVocabularyAnnotation>

매개 변수

반환 값

유형: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
요소에 대한 용어 모음 주석입니다.

구현

IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)

참고 항목

참조

EdmCoreModel 클래스

Microsoft.Data.Edm.Library 네임스페이스