IVsRunningDocumentTable.NotifyOnAfterSave(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.
Fires after a document in the RDT has been saved.
public:
int NotifyOnAfterSave(System::UInt32 dwCookie);
public:
int NotifyOnAfterSave(unsigned int dwCookie);
int NotifyOnAfterSave(unsigned int dwCookie);
public int NotifyOnAfterSave (uint dwCookie);
abstract member NotifyOnAfterSave : uint32 -> int
Public Function NotifyOnAfterSave (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
[in] Abstract value representing the document that is saved.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method must be accessed on the main thread.