次の方法で共有


EdmModel.FindDeclaredVocabularyAnnotations メソッド

このモデルによって指定されたボキャブラリ注釈を検索します。

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

構文

'宣言
Public Overrides Function FindDeclaredVocabularyAnnotations ( _
    element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'使用
Dim instance As EdmModel
Dim element As IEdmVocabularyAnnotatable
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)

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

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
要素のボキャブラリ注釈。

実装

IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)

関連項目

参照

EdmModel クラス

Microsoft.Data.Edm.Library 名前空間