Share via


DesignerActionListCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví prvek u zadaného indexu.

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

Parametry

index
Int32

Index prvku založený na nule.

Hodnota vlastnosti

Hodnota DesignerActionList v zadaném indexu.

Poznámky

Nastavení elementu na null způsobí vyvolání výjimky v době návrhu při zobrazení panelu inteligentních značek.

Platí pro

Viz také