IVsGlobals2.Save Method

Definition

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.

Applies to