HostedApplication.GetGlobalInstance(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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