IVsRunningDocTableEvents4.OnAfterSaveAll 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.
Fired after a Save All command is executed.
public:
int OnAfterSaveAll();
public:
int OnAfterSaveAll();
int OnAfterSaveAll();
public int OnAfterSaveAll ();
abstract member OnAfterSaveAll : unit -> int
Public Function OnAfterSaveAll () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Parties that have user state not managed via a document in the Running Document Table (RDT) can use this event to know to save their state.
COM Signature
From vsshell80.idl:
[C++]
HRESULT OnAfterSaveAll(void);