ProviderConnectionPointCollection::CopyTo Method (array<ProviderConnectionPoint^>^, Int32)
.NET Framework (current version)
Copies the collection to an array of ProviderConnectionPoint objects.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
-
Type:
array<System.Web.UI.WebControls.WebParts::ProviderConnectionPoint^>^
An array of ProviderConnectionPoint objects that receives the copied items of the collection.
- index
-
Type:
System::Int32
The starting point in the array at which to insert the collection contents.
The CopyTo method copies all the members of a ProviderConnectionPointCollection collection to a compatible, one-dimensional array of ProviderConnectionPoint objects, starting at the position in the array that is specified by the index parameter.
The CopyTo method is useful when you want to combine objects from different collections into a single compatible array, and then be able to access the items in the array using array methods.
.NET Framework
Available since 2.0
Available since 2.0
Show: