DocumentTask::OnBufferSave Method (String^)

 

Called when the buffer has been saved.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void OnBufferSave(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The name of the file that was saved.

By default, this method does nothing. It is an implementation of M:Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerClient.OnBufferSave.

Return to top
Show: