With.JScriptWith(Object, VsaEngine) メソッド

定義

スコープ スタックに追加して、 with ステートメント ブロックの既定のオブジェクトを確立します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

withOb
Object

既定のオブジェクト。

engine
VsaEngine

スクリプト エンジンへの参照。

返品

withOb オブジェクトに変換されます。

適用対象

こちらもご覧ください