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指定index处的对象。

例外

适用于