IVsGlobals2 Interface
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.
Loads and saves values global to the solution. Replaces IVsGlobals that cannot be used in managed code.
public interface class IVsGlobals2
public interface class IVsGlobals2
__interface IVsGlobals2
[System.Runtime.InteropServices.Guid("AC735863-23EF-46ED-A3EC-87B58B3DF5DA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsGlobals2
[<System.Runtime.InteropServices.Guid("AC735863-23EF-46ED-A3EC-87B58B3DF5DA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsGlobals2 = interface
Public Interface IVsGlobals2
- Attributes
Methods
Empty() |
Clears all global solution values. |
Load() |
Loads global solution values. Triggers a call to the ReadData(Globals) method of the IVsGlobalsCallback interface. |
Save() |
Saves global solution values. Triggers a call to the WriteVariablesToData(String, Object) method of the IVsGlobalsCallback interface. |