Condividi tramite


With.JScriptWith(Object, VsaEngine) Metodo

Definizione

Stabilisce l'oggetto predefinito per un blocco di istruzioni with aggiungendolo allo stack dell'ambito.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

withOb
Object

Oggetto predefinito.

engine
VsaEngine

Riferimento al motore di script.

Restituisce

withOb convertita in un oggetto.

Si applica a

Vedi anche