DesignerActionListCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví prvek v zadaném 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

V DesignerActionList zadaném indexu.

Poznámky

Nastavení prvku tak, aby null se při zobrazení panelu inteligentních značek zobrazila výjimka v době návrhu.

Platí pro

Viz také