Share via


HostedApplication.GetGlobalInstance(String) Method

Definition

Caution

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Get global instances

public:
 System::Object ^ GetGlobalInstance(System::String ^ name);
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public object GetGlobalInstance (string name);
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
member this.GetGlobalInstance : string -> obj
Public Function GetGlobalInstance (name As String) As Object

Parameters

name
String

Global name.

Returns

Object is global instance.

Attributes

Remarks

Used by IVsaSite interface

Applies to