IVsaSite.GetGlobalInstance Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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.String

    Gets 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.

See Also

Reference

IVsaSite Interface

Microsoft.Vsa Namespace