ValueProviderCollection.SetItem(Int32, IValueProvider) Method

Definition

Replaces the value provider at the specified index location with a new value provider.

protected:
 override void SetItem(int index, System::Web::ModelBinding::IValueProvider ^ item);
protected override void SetItem (int index, System.Web.ModelBinding.IValueProvider item);
override this.SetItem : int * System.Web.ModelBinding.IValueProvider -> unit
Protected Overrides Sub SetItem (index As Integer, item As IValueProvider)

Parameters

index
Int32

The zero-based index of the element to replace.

item
IValueProvider

The new value for the element at the specified index.

Exceptions

The item parameter is null.

Applies to