ToolboxCategory.Item[Int32] 屬性

定義

取得或設定位於指定之索引的工具。

public:
 property System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ default[int] { System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ get(int index); };
public System.Activities.Presentation.Toolbox.ToolboxItemWrapper this[int index] { get; }
member this.Item(int) : System.Activities.Presentation.Toolbox.ToolboxItemWrapper
Default Public ReadOnly Property Item(index As Integer) As ToolboxItemWrapper

參數

index
Int32

要取得或設定之工具以零起始的索引。

屬性值

ToolboxItemWrapper

在指定 indexToolboxItemWrapper 物件。

例外狀況

index 對於 ToolboxCategory 集合無效。

適用於