ToolboxCategory.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にあるツールを取得または設定します。
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 から始まるインデックス。
プロパティ値
指定した index
の位置にある ToolboxItemWrapper オブジェクト。
例外
index
が、ToolboxCategory コレクションに対して無効です。