IVsWindowPaneCommit Interface
Visual Studio 2015
Allows a window to commit pending edits in a control with focus before another command is invoked.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CommitPendingEdit(Int32) | Allows a window to commit pending edits in a control with focus before another command is invoked. |
Implemented by VSFPROPID_DocView object sited in a WindowFrame. 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. This method is called frequently. A related interface that is called less frequently is FlushPendingUpdates. This is called before save operations and times when projects or other consumers want to extract data from a TextBuffer.
Show:
