ToolboxCategoryItems.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得位於指定之索引的工具箱分類。
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
要取得之工具箱分類項目以零起始的索引。
屬性值
位於指定之索引的 Object 工具箱分類。
備註
ToolboxCategoryItems 會實作 IList 介面。 這個屬性可透過下列語法存取集合中的特定元素:myCollection[index]
。