ToolboxCategoryItems.CopyTo(ToolboxCategory[], Int32) Method
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.
Copies the entire ToolboxCategoryItems collection to a compatible one-dimensional Array, starting at the specified index of the target Array.
public:
virtual void CopyTo(cli::array <System::Activities::Presentation::Toolbox::ToolboxCategory ^> ^ array, int arrayIndex);
public void CopyTo (System.Activities.Presentation.Toolbox.ToolboxCategory[] array, int arrayIndex);
abstract member CopyTo : System.Activities.Presentation.Toolbox.ToolboxCategory[] * int -> unit
override this.CopyTo : System.Activities.Presentation.Toolbox.ToolboxCategory[] * int -> unit
Public Sub CopyTo (array As ToolboxCategory(), arrayIndex As Integer)
Parameters
- array
- ToolboxCategory[]
The one-dimensional Array that is the destination of the elements copied from the ToolboxCategoryItems collection. The Array must have zero-based indexing.
- arrayIndex
- Int32
The zero-based index of the target array.
Implements
Exceptions
The array
is null
.
Remarks
The elements are copied to the Array in the same order in which the enumerator iterates through the ToolboxCategory collection.