WebPartDisplayModeCollection::CopyTo Method (array<WebPartDisplayMode^>^, Int32)

 

Copies the collection to an array of WebPartDisplayMode objects.

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

public:
void CopyTo(
	array<WebPartDisplayMode^>^ array,
	int index
)

Parameters

array
Type: array<System.Web.UI.WebControls.WebParts::WebPartDisplayMode^>^

An array of WebPartDisplayMode 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 WebPartDisplayMode objects.

.NET Framework
Available since 2.0
Return to top
Show: