Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValueProviderCollection::InsertItem Method (Int32, IValueProvider^)

.NET Framework (current version)
 

Inserts the specified value provider object into the collection at the specified index location.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void InsertItem(
	int index,
	IValueProvider^ item
) override

Parameters

index
Type: System::Int32

The zero-based index location at which to insert the value provider into the collection.

item
Type: System.Web.ModelBinding::IValueProvider^

The value provider object to insert.

Exception Condition
ArgumentNullException

The item parameter is null.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft