ToolboxCategoryItems.Item[Int32] プロパティ

定義

指定したインデックス位置にあるツールボックス カテゴリを取得します。

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

パラメーター

index
Int32

取得するツールボックス カテゴリ項目の、0 から始まるインデックス。

プロパティ値

指定したインデックス位置にあるツールボックス カテゴリ Object

注釈

ToolboxCategoryItems では、IList インターフェイスを実装します。 このプロパティは、構文 myCollection[index] を使用して、コレクションの特定の要素にアクセスする機能を提供します。

適用対象