IVsGlobalsCallback2 Members
Include Protected Members
Include Inherited Members
Performs the save and load operations for the IVsGlobals2 interface.
The IVsGlobalsCallback2 type exposes the following members.
Methods
Name
Description
Indicates whether or not you can change the source file corresponding to the globals.
Removes all globals.
Gets the parent of the object implementing IVsGlobalsCallBack2.
Takes names and values from an object and stores them as globals.
Provides notification of changes to global solution variables.
Writes the name and value of a solution global. How and where the method writes the name and value pair is implementation dependent.
Top