IEngine2.GetGlobalScope 方法
定义
在类中实现时,获取全局范围对象。When implemented in a class, gets the global scope object.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
Microsoft::JScript::IVsaScriptScope ^ GetGlobalScope();
public Microsoft.JScript.IVsaScriptScope GetGlobalScope ();
abstract member GetGlobalScope : unit -> Microsoft.JScript.IVsaScriptScope
Public Function GetGlobalScope () As IVsaScriptScope
返回
全局范围对象。The global scope object.