WebPartDescriptionCollection.CopyTo(WebPartDescription[], Int32) Method

Definition

Copies the collection to an array of WebPartDescription objects.

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

Parameters

array
WebPartDescription[]

An array of WebPartDescription objects to contain the copied collection.

index
Int32

The starting point in the array at which to place the collection contents.

Remarks

The CopyTo method is useful when you want to assemble a custom array that can contain the WebPartDescription objects in the WebPartDescriptionCollection collection.

Applies to

Produkt Versions
.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