BindingInfo.GetBindingInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetBindingInfo(IEnumerable<Object>) |
指定 このオーバーロードは、 を介してModelMetadata指定された をBindingInfo考慮しません。 より正確なBindingInfoインスタンスを取得するには、オーバーロードを使用するかTryApplyBindingInfo(ModelMetadata)、このメソッドの結果を使用GetBindingInfo(IEnumerable<Object>, ModelMetadata)することを検討してください。 |
GetBindingInfo(IEnumerable<Object>, ModelMetadata) |
指定 |
GetBindingInfo(IEnumerable<Object>)
- ソース:
- BindingInfo.cs
- ソース:
- BindingInfo.cs
- ソース:
- BindingInfo.cs
指定attributes
した から のBindingInfo新しいインスタンスを構築します。
このオーバーロードは、 を介してModelMetadata指定された をBindingInfo考慮しません。 より正確なBindingInfoインスタンスを取得するには、オーバーロードを使用するかTryApplyBindingInfo(ModelMetadata)、このメソッドの結果を使用GetBindingInfo(IEnumerable<Object>, ModelMetadata)することを検討してください。
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::BindingInfo ^ GetBindingInfo(System::Collections::Generic::IEnumerable<System::Object ^> ^ attributes);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo? GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes);
static member GetBindingInfo : seq<obj> -> Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo
Public Shared Function GetBindingInfo (attributes As IEnumerable(Of Object)) As BindingInfo
パラメーター
- attributes
- IEnumerable<Object>
構築に使用される属性のコレクション BindingInfo
戻り値
BindingInfo の新しいインスタンス。
適用対象
GetBindingInfo(IEnumerable<Object>, ModelMetadata)
- ソース:
- BindingInfo.cs
- ソース:
- BindingInfo.cs
- ソース:
- BindingInfo.cs
指定attributes
した と modelMetadata
から のBindingInfo新しいインスタンスを構築します。
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::BindingInfo ^ GetBindingInfo(System::Collections::Generic::IEnumerable<System::Object ^> ^ attributes, Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ modelMetadata);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes, Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata modelMetadata);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo? GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes, Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata modelMetadata);
static member GetBindingInfo : seq<obj> * Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata -> Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo
Public Shared Function GetBindingInfo (attributes As IEnumerable(Of Object), modelMetadata As ModelMetadata) As BindingInfo
パラメーター
- attributes
- IEnumerable<Object>
を構築 BindingInfoするために使用される属性のコレクション。
- modelMetadata
- ModelMetadata
戻り値
バインディング メタデータが検出された場合は のBindingInfo新しいインスタンス。それ以外の場合は 。null