Share via


DataViewManager.CopyTo Method

Copies the set of data view hierarchies in the collection to an array at the specified starting index.

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

Syntax

'Declaration
Public Sub CopyTo ( _
    array As Object(), _
    index As Integer _
)
public void CopyTo(
    Object[] array,
    int index
)
public:
void CopyTo(
    array<Object^>^ array, 
    int index
)
member CopyTo : 
        array:Object[] * 
        index:int -> unit
public function CopyTo(
    array : Object[], 
    index : int
)

Parameters

  • array
    Type: array<System.Object[]

    An array to which the data view hierarchies are copied.

  • index
    Type: System.Int32

    The index in array at which copying should begin.

.NET Framework Security

See Also

Reference

DataViewManager Class

Microsoft.VisualStudio.Data Namespace