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 | |
---|---|---|
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. |
Top