IVsGlobals2 Members

Loads and saves values global to the solution. Replaces IVsGlobals that cannot be used in managed code.

The IVsGlobals2 type exposes the following members.

Methods

  Name Description
Public method Empty Clears all global solution values.
Public method Load Loads global solution values. Triggers a call to the ReadData(Globals) method of the IVsGlobalsCallback interface.
Public method Save Saves global solution values. Triggers a call to the WriteVariablesToData(String, Object%) method of the IVsGlobalsCallback interface.

Top

See Also

Reference

IVsGlobals2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace