IVsGlobalsCallback2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | CanModifySource() | Indicates whether or not you can change the source file corresponding to the globals. |
![]() | ClearVariables() | Removes all globals. |
![]() | GetParent(Object^) | Gets the parent of the object implementing T:Microsoft.VisualStudio.Shell.Interop.IVsGlobalsCallBack2. |
![]() | ReadData(Object^) | Takes names and values from an object and stores them as globals. |
![]() | VariableChanged() | Provides notification of changes to global solution variables. |
![]() | WriteVariablesToData(String^, Object^) | Writes the name and value of a solution global. How and where the method writes the name and value pair is implementation dependent. |
Show:
