IVsGlobalsCallback2 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodCanModifySource()

Indicates whether or not you can change the source file corresponding to the globals.

System_CAPS_pubmethodClearVariables()

Removes all globals.

System_CAPS_pubmethodGetParent(Object^)

Gets the parent of the object implementing T:Microsoft.VisualStudio.Shell.Interop.IVsGlobalsCallBack2.

System_CAPS_pubmethodReadData(Object^)

Takes names and values from an object and stores them as globals.

System_CAPS_pubmethodVariableChanged()

Provides notification of changes to global solution variables.

System_CAPS_pubmethodWriteVariablesToData(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.

Return to top
Show: