IVsTextMarkerClient::OnBufferSave Method (String^)

 

Determines whether the buffer was saved to a different name.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

void OnBufferSave(
	String^ pszFileName
)

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.

Return to top
Show: