WebPartDisplayModeCollection.CopyTo Method (WebPartDisplayMode[], Int32)
.NET Framework (current version)
Copies the collection to an array of WebPartDisplayMode objects.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
-
Type:
System.Web.UI.WebControls.WebParts.WebPartDisplayMode[]
An array of WebPartDisplayMode objects to contain the copied collection.
- index
-
Type:
System.Int32
An integer that indicates 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 to programmatically manipulate a set of WebPartDisplayMode objects.
.NET Framework
Available since 2.0
Available since 2.0
Show: