SubMenuStyleCollection::CopyTo Method (array<SubMenuStyle^>^, Int32)
Copies the contents of a SubMenuStyleCollection collection to an array, starting at a specified array index.
Assembly: System.Web (in System.Web.dll)
Parameters
- styleArray
-
Type:
array<System.Web.UI.WebControls::SubMenuStyle^>^
The one-dimensional array that is the destination of the SubMenuStyle objects copied from the SubMenuStyleCollection collection. The array must have zero-based indexing.
- index
-
Type:
System::Int32
The zero-based index in array at which copying begins.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| IndexOutOfRangeException | index is less than zero. |
| ArgumentException | array is multidimensional - or - index is greater than or equal to the length of array. - or - The number of SubMenuStyle objects in the source SubMenuStyleCollection collection is greater than the available space from the index to the end of the destination array. |
The SubMenuStyle objects are copied to the destination array in the same order in which the enumerator iterates through the SubMenuStyleCollection collection.
Available since 2.0