EdmModel.VocabularyAnnotations 屬性
取得包含在此模型中的詞彙註釋集合。
命名空間: Microsoft.Data.Edm.Library
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Public Overrides ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
Get
'用途
Dim instance As EdmModel
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)
value = instance.VocabularyAnnotations
public override IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
public:
virtual property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
IEnumerable<IEdmVocabularyAnnotation^>^ get () override;
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
override VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
override function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>
屬性值
型別:System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
包含在此模型中的詞彙註釋集合。
實作
IEdmModel.VocabularyAnnotations