With.JScriptWith(Object, VsaEngine) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
建立 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
。