다음을 통해 공유


StyleCollection.RemoveAt(Int32) 메서드

정의

Style 개체에서 지정한 인덱스에 있는 StyleCollection 개체를 제거합니다.

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

매개 변수

index
Int32

제거할 Style 개체의 인덱스 위치(0부터 시작)입니다.

설명

사용 하 여는 RemoveAt 제거 하는 방법 합니다 Style 개체에서 지정 된 인덱스 위치는 StyleCollection 개체입니다. 아래에 있는 모든 항목 Style 개체를 빈 위치를 입력 위로 이동 합니다. 이동된 된 항목의 인덱스도 업데이트 됩니다.

특정 제거할 Style 에서 개체를 StyleCollection 개체는 Remove 메서드. 제거할 수도 있습니다 마다 Style 사용 하 여 컬렉션 개체를 Clear 메서드.

적용 대상

추가 정보