다음을 통해 공유


MenuItemStyleCollection.IndexOf(MenuItemStyle) 메서드

정의

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

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

매개 변수

style
MenuItemStyle

찾을 MenuItemStyle입니다.

반환

Int32

지정된 MenuItemStyle에서 맨 처음 나오는 0부터 시작하는 인덱스(있는 경우)이고, 없는 경우 -1입니다.

설명

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

참고

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

적용 대상

추가 정보