IVsGlobals2 Interface
Visual Studio 2015
Loads and saves values global to the solution. Replaces IVsGlobals that cannot be used in managed code.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Empty() | Clears all global solution values. |
![]() | Load() | Loads global solution values. Triggers a call to the ReadData method of the IVsGlobalsCallback interface. |
![]() | Save() | Saves global solution values. Triggers a call to the WriteVariablesToData method of the IVsGlobalsCallback interface. |
Show:
