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 | |
---|---|---|
CanModifySource | Indicates whether or not you can change the source file corresponding to the globals. | |
ClearVariables | Removes all globals. | |
GetParent | Gets the parent of the object implementing IVsGlobalsCallBack2. | |
ReadData | Takes names and values from an object and stores them as globals. | |
VariableChanged | Provides notification of changes to global solution variables. | |
WriteVariablesToData | Writes the name and value of a solution global. How and where the method writes the name and value pair is implementation dependent. |
Top