ToolboxCategory.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 or sets the tool at the specified index.
public:
property System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ default[int] { System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ get(int index); };
public System.Activities.Presentation.Toolbox.ToolboxItemWrapper this[int index] { get; }
member this.Item(int) : System.Activities.Presentation.Toolbox.ToolboxItemWrapper
Default Public ReadOnly Property Item(index As Integer) As ToolboxItemWrapper
Parameters
- index
- Int32
The zero-based index of the tool to get or set.
Property Value
The ToolboxItemWrapper object at the specified index
.
Exceptions
The index
is not valid for the ToolboxCategory collection.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.