다음을 통해 공유


TreeNodeStyleCollection.Insert(Int32, TreeNodeStyle) 메서드

정의

지정된 TreeNodeStyle 개체를 TreeNodeStyleCollection 개체의 지정된 인덱스 위치에 삽입합니다.

public:
 void Insert(int index, System::Web::UI::WebControls::TreeNodeStyle ^ style);
public void Insert (int index, System.Web.UI.WebControls.TreeNodeStyle style);
member this.Insert : int * System.Web.UI.WebControls.TreeNodeStyle -> unit
Public Sub Insert (index As Integer, style As TreeNodeStyle)

매개 변수

index
Int32

TreeNodeStyle을 삽입할 인덱스 위치(0부터 시작)입니다.

style
TreeNodeStyle

삽입할 TreeNodeStyle입니다.

설명

사용 하 여는 Insert 지정 된 삽입 하는 방법 TreeNodeStyle 개체로 TreeNodeStyleCollection 개체의 지정 된 인덱스입니다.

추가할 수 있습니다는 TreeNodeStyle 의 끝에 개체를 TreeNodeStyleCollection 사용 하 여를 Add 메서드.

적용 대상

추가 정보