ToolboxCategoryItems.Item[Int32] Property

Definition

Gets the toolbox category at the specified index.

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

Parameters

index
Int32

The zero-based index of the toolbox category item to get.

Property Value

The toolbox category Object at the specified index.

Remarks

ToolboxCategoryItems implements the IList interface. This property provides the ability to access a specific element in the collection by using the following syntax: myCollection[index].

Applies to