SecurityTokenHandlerCollection.RemoveItem(Int32) 方法
定义
从集合中移除位于指定处理程序位置的对象。Removes the handler at the specified index from this collection. (对基类方法的重写。)(Override of the base class method.)
protected:
override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)
参数
- index
- Int32
要移除的处理程序的从零开始的索引。The zero-based index of the handler to remove.