Indicate that some form of UI commit gesture has occurred.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
[GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")]
[InterfaceTypeAttribute(1)]
public interface IVsCommitGestureSink
/** @attribute GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsCommitGestureSink
GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")
InterfaceTypeAttribute(1)
public interface IVsCommitGestureSink
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.