Globals.ConstructArrayLiteral(Object[]) Methode

Definitie

Biedt globale toegang tot de ConstructArray(Object[]) methode.

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

public:
 static Microsoft::JScript::ArrayObject ^ ConstructArrayLiteral(cli::array <System::Object ^> ^ args);
public static Microsoft.JScript.ArrayObject ConstructArrayLiteral(object[] args);
static member ConstructArrayLiteral : obj[] -> Microsoft.JScript.ArrayObject
Public Shared Function ConstructArrayLiteral (args As Object()) As ArrayObject

Parameters

args
Object[]

De waarden waarmee de matrix moet worden gevuld.

Retouren

Een nieuw exemplaar van een JScript ArrayObject.

Van toepassing op