次の方法で共有


EdmModelBase.VocabularyAnnotations プロパティ

このモデルに含まれるボキャブラリ注釈のコレクションを取得します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public Overridable ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
'使用
Dim instance As EdmModelBase
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)

value = instance.VocabularyAnnotations
public virtual IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
public:
virtual property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
    IEnumerable<IEdmVocabularyAnnotation^>^ get ();
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
override VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>

プロパティ値

型: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
このモデルに含まれるボキャブラリ注釈のコレクション。

実装

IEdmModel.VocabularyAnnotations

関連項目

参照

EdmModelBase クラス

Microsoft.Data.Edm.Library 名前空間