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 nullptr. |
| 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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.