IVsTextMarkerClient::OnBufferSave Method (String^)
Visual Studio 2015
Determines whether the buffer was saved to a different name.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pszFileName
-
Type:
System::String^
[in] File name associated with the text buffer. Can be null in buffers where the file name cannot change.
From textmgr.idl:
HRESULT IVsTextMarkerClient::OnBufferSave(
[in] LPCOLESTR pszFileName
);
This method is called when the buffer is saved.
Show: