次の方法で共有


CollectionModelBinder<TElement>.CopyToModel メソッド

定義

指定した targetに からsourceCollection値を追加します。

protected:
 virtual void CopyToModel(System::Object ^ target, System::Collections::Generic::IEnumerable<TElement> ^ sourceCollection);
protected virtual void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement> sourceCollection);
protected virtual void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement?> sourceCollection);
abstract member CopyToModel : obj * seq<'Element> -> unit
override this.CopyToModel : obj * seq<'Element> -> unit
Protected Overridable Sub CopyToModel (target As Object, sourceCollection As IEnumerable(Of TElement))

パラメーター

target
Object

Object の値をコピーします。

sourceCollection
IEnumerable<TElement>

値プロバイダーから取得された値のコレクション。 null 何もバインドされなかった場合は 。

適用対象