このモデルに含まれるボキャブラリ注釈のコレクションを取得します。
名前空間: Microsoft.Data.Edm
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
Get
'使用
Dim instance As IEdmModel
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)
value = instance.VocabularyAnnotations
IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
IEnumerable<IEdmVocabularyAnnotation^>^ get ();
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>
プロパティ値
型: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
ボキャブラリ注釈のコレクション。