IVsCommitGestureSink Interface

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

'Déclaration
<GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCommitGestureSink
'Utilisation
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
[<GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")>]
[<InterfaceTypeAttribute()>]
type IVsCommitGestureSink =  interface end
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.

See Also

Reference

IVsCommitGestureSink Members

Microsoft.VisualStudio.TextManager.Interop Namespace