Utils.CopyArray(Array, Array) Methode

Definitie

Wordt door de Visual Basic-compiler gebruikt als helper voor Redim.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static Array ^ CopyArray(Array ^ arySrc, Array ^ aryDest);
public static Array CopyArray(Array arySrc, Array aryDest);
static member CopyArray : Array * Array -> Array
Public Shared Function CopyArray (arySrc As Array, aryDest As Array) As Array
Public Function CopyArray (arySrc As Array, aryDest As Array) As Array

Parameters

arySrc
Array

De matrix die moet worden gekopieerd.

aryDest
Array

De doelmatrix.

Retouren

De gekopieerde matrix.

Opmerkingen

Deze klasse ondersteunt de Visual Basic compiler en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op