ProxyWebPartConnectionCollection.CopyTo Method (WebPartConnection(), Int32)

 

Copies the collection to an array of WebPartConnection objects.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

Public Sub CopyTo (
	array As WebPartConnection(),
	index As Integer
)

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
Return to top
Show: