IVsWindowPaneCommit Interface

 

Allows a window to commit pending edits in a control with focus before another command is invoked.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("508ED8E9-923D-44ED-8165-5B96DA4E0829")]
public interface IVsWindowPaneCommit

NameDescription
System_CAPS_pubmethodCommitPendingEdit(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.

Return to top
Show: