WebPartZoneCollection.CopyTo Method
Assembly: System.Web (in system.web.dll)
public void CopyTo ( WebPartZoneBase[] array, int index )
public function CopyTo ( array : WebPartZoneBase[], index : int )
Not applicable.
Parameters
- array
A WebPartZoneBase array to contain the copied collection.
- index
The starting point in the array at which to place the collection contents.
The CopyTo method is useful when you want to create a custom array that can contain the zones in the WebPartZoneCollection collection, a subset of those zones, or a superset of those zones.
The following code example demonstrates the use of the CopyTo method. The complete code for the example, including a user control, a page containing the zones, and a partial class file that contains the code, is found in the Example section of the WebPartZoneCollection class overview.
The following section of the code demonstrates usage of the CopyTo method. To execute the code, load the page in a browser, and click the Zone Names from Array button. The collection of zones is loaded into an array, and all zone IDs are copied into a label.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.