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 設定すると、スマート タグ パネルが表示されるときにデザイン時の例外がスローされます。

適用対象

こちらもご覧ください