ValueProviderFactoryCollection.InsertItem(Int32, ValueProviderFactory) 方法

定义

在指定索引位置插入指定的值提供程序工厂对象。

protected override void InsertItem(int index, System.Web.Mvc.ValueProviderFactory item);
override this.InsertItem : int * System.Web.Mvc.ValueProviderFactory -> unit
Protected Overrides Sub InsertItem (index As Integer, item As ValueProviderFactory)

参数

index
Int32

集合的从零开始的索引,将在此索引位置插入值提供程序。

item
ValueProviderFactory

要插入的值提供程序工厂对象。

例外

[ArgumentNullException]

item 参数为 null。

适用于