IVsGlobals2.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves global solution values. Triggers a call to the WriteVariablesToData(String, Object) method of the IVsGlobalsCallback interface.
public:
int Save();
public:
int Save();
int Save();
public int Save ();
abstract member Save : unit -> int
Public Function Save () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.