Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCommitGestureSink
'Usage
Dim instance As IVsCommitGestureSink
[GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")]
[InterfaceTypeAttribute()]
public interface IVsCommitGestureSink
[GuidAttribute(L"957970B0-71E1-11D3-AFF1-00105A9991EF")]
[InterfaceTypeAttribute()]
public interface class IVsCommitGestureSink
public interface IVsCommitGestureSink
Remarks
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.