IVsaScriptScope.GetObject 方法

定义

在类中实现时,获取对全局范围的引用。When implemented in a class, gets a reference to the global scope.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 System::Object ^ GetObject();
public object GetObject ();
abstract member GetObject : unit -> obj
Public Function GetObject () As Object

返回

Object

对全局范围的引用。A reference to the global scope.

适用于

另请参阅