다음을 통해 공유


ExtensionMethods.VocabularyAnnotations 메서드

정의

특정 모델에서 표시된 대로 주석 가능한 요소의 용어 모음 주석을 가져옵니다.

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> VocabularyAnnotations (this Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.IEdmModel model);
static member VocabularyAnnotations : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
<Extension()>
Public Function VocabularyAnnotations (element As IEdmVocabularyAnnotatable, model As IEdmModel) As IEnumerable(Of IEdmVocabularyAnnotation)

매개 변수

element
IEdmVocabularyAnnotatable

호출하는 개체에 대한 참조입니다.

model
IEdmModel

주석을 확인할 모델입니다.

반환

모델 또는 모델에서 참조되는 모델에 의해 요소에 연결된 주석입니다.

적용 대상