With.JScriptWith(Object, VsaEngine) Método

Definición

Establece el objeto predeterminado para un bloque de instrucciones with agregándolo a la pila del ámbito.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

withOb
Object

Objeto predeterminado.

engine
VsaEngine

Referencia al motor de scripting.

Devoluciones

withOb convertido en un objeto.

Se aplica a

Consulte también