Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- array
 Type: array<Microsoft.VisualStudio.Data.DataProvider[]
 An array into which the set of DDEX providers should be copied.
- arrayIndex
 Type: System.Int32
 The index in the array at which copying begins.
Implements
ICollection<T>.CopyTo(array<T[], Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.