DesignerActionListCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element pod określonym indeksem.

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

Indeks oparty na zerze elementu.

Wartość właściwości

Element DesignerActionList w określonym indeksie.

Uwagi

Ustawienie elementu powoduje null zgłoszenie wyjątku czasu projektowania po wyświetleniu panelu tagów inteligentnych.

Dotyczy

Zobacz też