WizardStepCollection.RemoveAt(Int32) 메서드

정의

컬렉션의 지정된 위치에서 WizardStepBase 파생 개체를 제거합니다.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

제거할 WizardStepBase 파생 개체의 인덱스입니다.

구현

설명

사용 하 여는 RemoveAt 제거 하는 방법을 WizardStepBase-파생 개체를 WizardStepCollection 컬렉션의 지정 된 인덱스 위치입니다. 또는 특정을 제거할 수 있습니다 WizardStepBase-사용 하 여 컬렉션에서 개체를 파생 합니다 Remove 메서드.

적용 대상

추가 정보