Share via


DesignerActionListCollection.IndexOf(DesignerActionList) 메서드

정의

컬렉션에 있는 특정 항목의 인덱스를 확인합니다.

public:
 int IndexOf(System::ComponentModel::Design::DesignerActionList ^ value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList? value);
member this.IndexOf : System.ComponentModel.Design.DesignerActionList -> int
Public Function IndexOf (value As DesignerActionList) As Integer

매개 변수

value
DesignerActionList

컬렉션에서 찾을 DesignerActionList입니다.

반환

내부 목록에 있으면 value의 인덱스이고, 그렇지 않으면 -1입니다.

설명

내부적으로 클래스는 DesignerActionListCollectionSystem.Collections.ArrayList 사용하여 해당 개체 컬렉션을 DesignerActionList 포함합니다.

적용 대상

추가 정보