Share via


DataProviderManager.CopyTo Method

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

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As DataProvider(), _
    arrayIndex As Integer _
)
public void CopyTo(
    DataProvider[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<DataProvider^>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:DataProvider[] * 
        arrayIndex:int -> unit 
override CopyTo : 
        array:DataProvider[] * 
        arrayIndex:int -> unit 
public final function CopyTo(
    array : DataProvider[], 
    arrayIndex : int
)

Parameters

  • arrayIndex
    Type: System.Int32
    The index in the array at which copying begins.

Implements

ICollection<T>.CopyTo(array<T[], Int32)

.NET Framework Security

See Also

Reference

DataProviderManager Class

Microsoft.VisualStudio.Data Namespace