DesignerDocDataService::IVsRunningDocTableEvents::OnAfterSave Method (UInt32)
Visual Studio 2015
Called after a document in the Running Document Table (RDT) is saved.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
private: virtual int OnAfterSave( unsigned int docCookie ) sealed = IVsRunningDocTableEvents::OnAfterSave
Parameters
- docCookie
-
Type:
System::UInt32
The identifier of the document data object in the Running Document Table.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
When the master document data object is saved, each of the child document data objects is also saved.
Show: