TreeNodeStyleCollection.Item[Int32] 속성

정의

개체의 TreeNodeStyle 지정된 인덱스에서 개체를 TreeNodeStyleCollection 가져오거나 설정합니다.

public:
 property System::Web::UI::WebControls::TreeNodeStyle ^ default[int] { System::Web::UI::WebControls::TreeNodeStyle ^ get(int i); void set(int i, System::Web::UI::WebControls::TreeNodeStyle ^ value); };
public System.Web.UI.WebControls.TreeNodeStyle this[int i] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.TreeNodeStyle with get, set
Default Public Property Item(i As Integer) As TreeNodeStyle

매개 변수

i
Int32

검색할 인덱스(0부터 시작하는 인 TreeNodeStyle 덱스)입니다.

속성 값

TreeNodeStyle 의 지정된 인덱스입니다TreeNodeStyleCollection.

설명

인덱스 Item[] 속성을 사용하여 배열 표기법을 사용하여 지정된 인덱스에서 개체의 TreeNodeStyle 개체에 액세스 TreeNodeStyleCollection 합니다. 컬렉션은 0부터 시작합니다.

적용 대상

추가 정보