DesignerDocDataService.IVsRunningDocTableEvents2.OnAfterSave(UInt32) 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.
Called after a document in the Running Document Table (RDT) is saved.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterSave(System::UInt32 docCookie) = Microsoft::VisualStudio::Shell::Interop::IVsRunningDocTableEvents2::OnAfterSave;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterSave(unsigned int docCookie) = Microsoft::VisualStudio::Shell::Interop::IVsRunningDocTableEvents2::OnAfterSave;
int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterSave(unsigned int docCookie);
int IVsRunningDocTableEvents2.OnAfterSave (uint docCookie);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterSave : uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterSave : uint32 -> int
Function OnAfterSave (docCookie As UInteger) As Integer Implements IVsRunningDocTableEvents2.OnAfterSave
Parameters
- docCookie
- UInt32
The identifier of the document data object in the Running Document Table.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.