IVsCommitGestureSink Interface
Indicates 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
[GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")]
[InterfaceTypeAttribute()]
public interface IVsCommitGestureSink
[GuidAttribute(L"957970B0-71E1-11D3-AFF1-00105A9991EF")]
[InterfaceTypeAttribute()]
public interface class IVsCommitGestureSink
[<GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")>]
[<InterfaceTypeAttribute()>]
type IVsCommitGestureSink = interface end
public interface IVsCommitGestureSink
The IVsCommitGestureSink type exposes the following members.
Methods
Name | Description | |
---|---|---|
FlushCommitEventIfCurrentClusterIsOutermost | Fires the commit event. | |
OnCommitGesture | Called when a change to the buffer has been committed. |
Top
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.