VBArrayPrototype.toArray(Object, VsaEngine) Methode

Definitie

Converteert een VBArrayObject object naar een ArrayObject object.

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

public:
 static Microsoft::JScript::ArrayObject ^ toArray(System::Object ^ thisob, Microsoft::JScript::Vsa::VsaEngine ^ engine);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_toArray)]
public static Microsoft.JScript.ArrayObject toArray(object thisob, Microsoft.JScript.Vsa.VsaEngine engine);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_toArray)>]
static member toArray : obj * Microsoft.JScript.Vsa.VsaEngine -> Microsoft.JScript.ArrayObject
Public Shared Function toArray (thisob As Object, engine As VsaEngine) As ArrayObject

Parameters

thisob
Object

Het object waarop deze methode handelt.

engine
VsaEngine

Een verwijzing naar de scriptengine.

Retouren

thisob uitgedrukt als een ArrayObject.

Kenmerken

Van toepassing op

Zie ook