共用方式為


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

適用於

另請參閱