IVsaSite.GetGlobalInstance 方法
获取对全局项的引用,例如主机提供的应用程序对象。
命名空间: Microsoft.Vsa
程序集: Microsoft.Vsa(在 Microsoft.Vsa.dll 中)
语法
声明
Function GetGlobalInstance ( _
name As String _
) As Object
Object GetGlobalInstance(
string name
)
Object^ GetGlobalInstance(
String^ name
)
abstract GetGlobalInstance :
name:string -> Object
function GetGlobalInstance(
name : String
) : Object
参数
name
类型:String获取对全局项的引用,例如主机提供的应用程序对象。
返回值
类型:Object
返回对全局对象的引用。