FilterProviderCollection.SetItem(Int32, IFilterProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replaces the element at the specified index.
protected override void SetItem(int index, System.Web.Mvc.IFilterProvider item);
override this.SetItem : int * System.Web.Mvc.IFilterProvider -> unit
Protected Overrides Sub SetItem (index As Integer, item As IFilterProvider)
Parameters
- index
- Int32
The zero-based index of the element to replace.
- item
- IFilterProvider
The new value for the element at the specified index. The value can be null for reference types.