With.JScriptWith(Object, VsaEngine) Methode

Definitie

Hiermee wordt het standaardobject voor een with instructieblok ingesteld door het toe te voegen aan de bereikstack.

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

public:
 static System::Object ^ JScriptWith(System::Object ^ withOb, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static object JScriptWith(object withOb, Microsoft.JScript.Vsa.VsaEngine engine);
static member JScriptWith : obj * Microsoft.JScript.Vsa.VsaEngine -> obj
Public Shared Function JScriptWith (withOb As Object, engine As VsaEngine) As Object

Parameters

withOb
Object

Het standaardobject.

engine
VsaEngine

Een verwijzing naar de scriptengine.

Retouren

withOb geconverteerd naar een object.

Van toepassing op

Zie ook