IVsGlobalsCallback2 Interface

 

Performs the save and load operations for the IVsGlobals2 interface.

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

[GuidAttribute("5447CE90-561E-4C8E-BE70-9FD5F89BCFA7")]
[InterfaceTypeAttribute(1)]
public interface IVsGlobalsCallback2

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: