ModelValidatorProviderCollection.InsertItem Method

Inserts a model-validator provider into the collection.

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

'Declaration
Protected Overrides Sub InsertItem ( _
	index As Integer, _
	item As ModelValidatorProvider _
)
'Usage
Dim index As Integer 
Dim item As ModelValidatorProvider 

Me.InsertItem(index, item)

Parameters

index
Type: System.Int32

The zero-based index at which item should be inserted.

item
Type: System.Web.Mvc.ModelValidatorProvider

The model-validator provider object to insert.

Show: