ProxyWebPartConnectionCollection.CopyTo(WebPartConnection[], Int32) Method

Definition

Copies the collection to an array of WebPartConnection objects.

public:
 void CopyTo(cli::array <System::Web::UI::WebControls::WebParts::WebPartConnection ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.WebParts.WebPartConnection[] array, int index);
member this.CopyTo : System.Web.UI.WebControls.WebParts.WebPartConnection[] * int -> unit
Public Sub CopyTo (array As WebPartConnection(), index As Integer)

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

See also