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

元素以零起始的索引。

屬性值

指定之索引處的 DesignerActionList

備註

將項目設定為 null 會導致在顯示智慧標記面板時擲回設計時間例外狀況。

適用於

另請參閱