CompositeBindingSource.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい CompositeBindingSource を作成します。
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::CompositeBindingSource ^ Create(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^> ^ bindingSources, System::String ^ displayName);
public static Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource Create (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource> bindingSources, string displayName);
static member Create : seq<Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource> * string -> Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource
Public Shared Function Create (bindingSources As IEnumerable(Of BindingSource), displayName As String) As CompositeBindingSource
パラメーター
- bindingSources
- IEnumerable<BindingSource>
エントリの BindingSource セット。 値プロバイダーソースとユーザー入力である必要があります。
- displayName
- String
複合ソースの表示名。