次の方法で共有


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

適用対象

こちらもご覧ください