Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
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.