CompositeValueProvider.InsertItem(Int32, IValueProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
System.Collections.ObjectModel.Collection`1.InsertItem(System.Int32,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
protected:
override void InsertItem(int index, Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider ^ item);
protected override void InsertItem (int index, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider item);
override this.InsertItem : int * Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider -> unit
Protected Overrides Sub InsertItem (index As Integer, item As IValueProvider)
參數
- index
- Int32
- item
- IValueProvider