SimpleEditorView::CommitPendingEdit Method (Int32)
Visual Studio 2015
Commits any changes made to the file.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- fCommitFailed
-
Type:
System::Int32
[out] Returns true if the changes could not be committed.
By default this method returns S_OK and sets fCommitFailed to false. This method should be implemented by derived classes. The environment calls CommitPendingEdit before any command is executed; for example, this allows a window to commit pending edits in a control with focus before another command is invoked.
Show: