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

제거할 처리기의 인덱스(0부터 시작)입니다.

적용 대상