다음을 통해 공유


TreeNodeStyleCollection.RemoveAt(Int32) 메서드

정의

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

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

매개 변수

index
Int32

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

설명

사용 하 여는 RemoveAt 제거 하는 방법 합니다 TreeNodeStyle 에서 지정 된 인덱스 위치에 있는 개체를 TreeNodeStyleCollection 개체. 제거 된 노드는 다음 이동 한 수준 위로 트리 구조에서 빈 위치를 입력 한 후에 있는 모든 항목입니다. 이동된 된 항목의 인덱스도 업데이트 됩니다.

대신 특정을 제거할 수 있습니다 TreeNodeStyle 사용 하 여 개체를 Remove 메서드. 사용 하 여 컬렉션의 모든 노드를 제거할 수도 있습니다는 Clear 메서드.

적용 대상

추가 정보