次の方法で共有


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

値プロバイダーを挿入するコレクション内の 0 から始まるインデックス位置。

item
ValueProviderFactory

挿入する値プロバイダー ファクトリ オブジェクト。

例外

[ArgumentNullException]

item パラメーターが null です。

適用対象