VocabularyAnnotationExtensions.GetVocabularyStringCollection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注釈可能なターゲットの文字列のコレクションを取得します。
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 または修飾型名のコレクション文字列。