ProxyWebPartConnectionCollection.CopyTo Method (WebPartConnection(), Int32)
.NET Framework (current version)
Copies the collection to an array of WebPartConnection objects.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
-
Type:
System.Web.UI.WebControls.WebParts.WebPartConnection()
An array of WebPartConnection 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 WebPartConnection objects.
.NET Framework
Available since 2.0
Available since 2.0
Show: