RouteCollection.SetItem(Int32, RouteBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
替换指定索引处的路由。
protected:
override void SetItem(int index, System::Web::Routing::RouteBase ^ item);
protected override void SetItem (int index, System.Web.Routing.RouteBase item);
override this.SetItem : int * System.Web.Routing.RouteBase -> unit
Protected Overrides Sub SetItem (index As Integer, item As RouteBase)
参数
- index
- Int32
待替换的路由的从零开始的索引。
- item
- RouteBase
将在指定索引处添加的路由。
例外
item
为 null
。
item
已在集合中。
注解
向 对象添加未命名的路由 RouteCollection 时,无法添加已在集合中的路由。
GetReadLock使用 方法和 GetWriteLock 方法可确保与集合交互,而不会与其他进程发生冲突。