DataProviderManager.CopyTo(DataProvider[], Int32) Method

Definition

Copies the set of registered DDEX providers to an array, starting at the specified array index.

public:
 virtual void CopyTo(cli::array <Microsoft::VisualStudio::Data::DataProvider ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.VisualStudio.Data.DataProvider[] array, int arrayIndex);
abstract member CopyTo : Microsoft.VisualStudio.Data.DataProvider[] * int -> unit
override this.CopyTo : Microsoft.VisualStudio.Data.DataProvider[] * int -> unit
Public Sub CopyTo (array As DataProvider(), arrayIndex As Integer)

Parameters

array
DataProvider[]

An array into which the set of DDEX providers should be copied.

arrayIndex
Int32

The index in the array at which copying begins.

Implements

Applies to