IVsaSite.GetGlobalInstance Method
Gets a reference to a global item, such as the host-provided application object.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
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
Parameters
name
Type: System.StringGets a reference to a global item, such as the host-provided application object.
Return Value
Type: System.Object
Returns a reference to the global object.