DesignerDocDataService::IVsRunningDocTableEvents::OnAfterSave Method (UInt32)

 

Called after a document in the Running Document Table (RDT) is saved.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
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::Int32

If 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.

Return to top
Show: