次の方法で共有


VocabularyAnnotationExtensions.GetVocabularyStringCollection メソッド

定義

注釈可能なターゲットの文字列のコレクションを取得します。

public static System.Collections.Generic.IEnumerable<string> GetVocabularyStringCollection (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target, Microsoft.OData.Edm.Vocabularies.IEdmTerm term);
static member GetVocabularyStringCollection : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.Vocabularies.IEdmTerm -> seq<string>
<Extension()>
Public Function GetVocabularyStringCollection (model As IEdmModel, target As IEdmVocabularyAnnotatable, term As IEdmTerm) As IEnumerable(Of String)

パラメーター

model
IEdmModel

参照先のモデル。

target
IEdmVocabularyAnnotatable

注釈を検索するための注釈付きターゲット。

term
IEdmTerm

注釈を検索するための注釈付きターゲット。

戻り値

Null または修飾型名のコレクション文字列。

適用対象