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 ,當智慧標籤面板顯示時會拋出設計時例外。

適用於

另請參閱