Share via


DesignerActionListCollection.Item[Int32] 속성

정의

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

public:
 property System::ComponentModel::Design::DesignerActionList ^ default[int] { System::ComponentModel::Design::DesignerActionList ^ get(int index); void set(int index, System::ComponentModel::Design::DesignerActionList ^ value); };
public System.ComponentModel.Design.DesignerActionList this[int index] { get; set; }
public System.ComponentModel.Design.DesignerActionList? this[int index] { get; set; }
member this.Item(int) : System.ComponentModel.Design.DesignerActionList with get, set
Default Public Property Item(index As Integer) As DesignerActionList

매개 변수

index
Int32

요소의 인덱스(0부터 시작)입니다.

속성 값

지정한 인덱스에 있는 DesignerActionList입니다.

설명

요소를 로 null 설정하면 스마트 태그 패널이 표시될 때 디자인 타임 예외가 throw됩니다.

적용 대상

추가 정보