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

'宣言
Public Sub CopyTo ( _
    array As DataProvider(), _
    arrayIndex As Integer _
)
'使用
Dim instance As DataProviderManager
Dim array As DataProvider()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public void CopyTo(
    DataProvider[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<DataProvider^>^ array, 
    int arrayIndex
) sealed
public final function CopyTo(
    array : DataProvider[], 
    arrayIndex : int
)

Parameters

  • array
    Type: []

    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([], Int32)

Permissions

See Also

Reference

DataProviderManager Class

DataProviderManager Members

Microsoft.VisualStudio.Data Namespace