ArrayModelBinder<TElement>.CopyToModel 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 中的 sourceCollection
值添加到给定 target
。
protected:
override void CopyToModel(System::Object ^ target, System::Collections::Generic::IEnumerable<TElement> ^ sourceCollection);
protected override void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement> sourceCollection);
protected override void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement?> sourceCollection);
override this.CopyToModel : obj * seq<'Element> -> unit
Protected Overrides Sub CopyToModel (target As Object, sourceCollection As IEnumerable(Of TElement))
参数
- sourceCollection
- IEnumerable<TElement>
从值提供程序检索到的值的集合。
null
如果未绑定任何内容,则为 。