IVsCommitGestureSink::OnCommitGesture Method (UInt32)

 

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)

void OnCommitGesture(
	unsigned int dwGestureFlags
)

Parameters

dwGestureFlags
Type: System::UInt32

[in] A set of flags from the ChangeCommitGestureFlags or ChangeCommitGestureFlags2 that indicate the type of change causing the commit gesture.

From textmgr.idl:

HRESULT IVsCommitGestureSink::OnCommitGesture(
   [in] DWORD dwGestureFlags
);
Return to top
Show: