ExtensionMethods.GetAnnotationValues メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注釈値のセットを取得します。 それぞれの要求された値に対して、指定された要素に指定された名前の注釈がない場合、null を返します。
public static object[] GetAnnotationValues (this Microsoft.OData.Edm.IEdmModel model, System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotationBinding> annotations);
static member GetAnnotationValues : Microsoft.OData.Edm.IEdmModel * seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotationBinding> -> obj[]
<Extension()>
Public Function GetAnnotationValues (model As IEdmModel, annotations As IEnumerable(Of IEdmDirectValueAnnotationBinding)) As Object()
パラメーター
- model
- IEdmModel
注釈の検索先となるモデル。
- annotations
- IEnumerable<IEdmDirectValueAnnotationBinding>
要求された注釈のセット。
戻り値
Object[]
指定された注釈に対応する値を返します。 指定した名前の注釈が指定された要素に存在しない場合、値は null です。