DocumentTask::OnBufferSave Method (String^)
Visual Studio 2015
Called when the buffer has been saved.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: