IJSVsaSite.GetGlobalInstance(String) 方法
定义
获取对全局项的引用,例如主机提供的应用程序对象。Gets a reference to a global item, such as the host-provided application object.
public:
System::Object ^ GetGlobalInstance(System::String ^ name);
public object GetGlobalInstance (string name);
abstract member GetGlobalInstance : string -> obj
Public Function GetGlobalInstance (name As String) As Object
参数
- name
- String
获取对全局项的引用,例如主机提供的应用程序对象。Gets a reference to a global item, such as the host-provided application object.
返回
对全局对象的引用。A reference to the global object.