SecurityTokenHandlerCollection.RemoveItem(Int32) 方法

定義

從這個集合移除指定之索引處的處理常式。 (基底類別方法的覆寫)。

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

要移除之處理常式的以零起始的索引。

適用於