ProxyWebPartConnectionCollection.CopyTo(WebPartConnection[], Int32) Method

Definition

Copies the collection to an array of WebPartConnection objects.

public void CopyTo (System.Web.UI.WebControls.WebParts.WebPartConnection[] array, int index);

Parameters

array
WebPartConnection[]

An array of WebPartConnection objects to contain the copied collection.

index
Int32

An integer that indicates the starting point in the array at which to place the collection contents.

Remarks

The CopyTo method is useful when you want to create a custom array to programmatically manipulate a set of WebPartConnection objects.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also