IVsGlobals2 Members
Include Protected Members
Include Inherited 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 method of the IVsGlobalsCallback interface. | |
Save | Saves global solution values. Triggers a call to the WriteVariablesToData method of the IVsGlobalsCallback interface. |
Top