다음을 통해 공유


TreeNodeStyleCollection.IndexOf(TreeNodeStyle) 메서드

정의

컬렉션에서 지정된 TreeNodeStyle 개체의 인덱스를 확인합니다.

public:
 int IndexOf(System::Web::UI::WebControls::TreeNodeStyle ^ style);
public int IndexOf (System.Web.UI.WebControls.TreeNodeStyle style);
member this.IndexOf : System.Web.UI.WebControls.TreeNodeStyle -> int
Public Function IndexOf (style As TreeNodeStyle) As Integer

매개 변수

style
TreeNodeStyle

찾을 TreeNodeStyle입니다.

반환

Int32

TreeNodeStyleCollection에서 style를 찾은 경우 맨 처음 검색된 항목의 인덱스(0부터 시작)이고, 그렇지 않으면 -1입니다.

설명

사용 합니다 IndexOf 지정 된 0부터 시작 인덱스를 확인 하는 방법 TreeNodeStyle 개체는 TreeNodeStyleCollection 개체입니다. 노드 컬렉션에 없는 경우 메서드는-1을 반환 합니다.

참고

하는 경우 지정 된 TreeNodeStyle 컬렉션에 여러 번 표시 하는 개체를 첫 번째 발생의 인덱스가 반환 됩니다.

적용 대상

추가 정보