Share via


IVsCommitGestureSink.OnCommitGesture Method

Called when a change to the buffer has been committed.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Sub OnCommitGesture ( _
    dwGestureFlags As UInteger _
)
void OnCommitGesture(
    uint dwGestureFlags
)
void OnCommitGesture(
    [InAttribute] unsigned int dwGestureFlags
)
abstract OnCommitGesture : 
        dwGestureFlags:uint32 -> unit 
function OnCommitGesture(
    dwGestureFlags : uint
)

Parameters

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsCommitGestureSink::OnCommitGesture(
   [in] DWORD dwGestureFlags
);

.NET Framework Security

See Also

Reference

IVsCommitGestureSink Interface

Microsoft.VisualStudio.TextManager.Interop Namespace