With.JScriptWith(Object, VsaEngine) Méthode

Définition

Établit l'objet par défaut pour un bloc d'instructions with en l'ajoutant à la pile de portée.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

withOb
Object

Objet par défaut.

engine
VsaEngine

Référence au moteur de script.

Retours

withOb converti en objet.

S’applique à

Voir aussi