Share via


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

取得または設定するツールの 0 から始まるインデックス。

プロパティ値

ToolboxItemWrapper

指定した index の位置にある ToolboxItemWrapper オブジェクト。

例外

index が、ToolboxCategory コレクションに対して無効です。

適用対象