ToolboxCategoryItems.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.