IVsGlobals2 Interface

 

Loads and saves values global to the solution. Replaces IVsGlobals that cannot be used in managed code.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("AC735863-23EF-46ED-A3EC-87B58B3DF5DA")]
public interface IVsGlobals2

NameDescription
System_CAPS_pubmethodEmpty()

Clears all global solution values.

System_CAPS_pubmethodLoad()

Loads global solution values. Triggers a call to the ReadData method of the IVsGlobalsCallback interface.

System_CAPS_pubmethodSave()

Saves global solution values. Triggers a call to the WriteVariablesToData method of the IVsGlobalsCallback interface.

Return to top
Show: