ToolboxCategory.IList.Item[Int32] プロパティ

定義

指定したインデックス位置にあるツールを取得または設定します。

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

パラメーター

index
Int32

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

プロパティ値

指定したインデックス位置にあるツール Object

実装

注釈

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

適用対象