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 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
- 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.