IVsCommitGestureSink Interface
Visual Studio 2015
Indicates that some form of UI commit gesture has occurred.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | FlushCommitEventIfCurrentClusterIsOutermost() | Fires the commit event. |
![]() | OnCommitGesture(UInt32) | Called when a change to the buffer has been committed. |
Because this is a many-to-one event rather than a one-to-many broadcast, this is an interface that multiple clients QueryInterface for and call as necessary.
Show:
