IVsCommitGestureSink::OnCommitGesture Method (UInt32)
Visual Studio 2015
Called when a change to the buffer has been committed.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
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
);
Show: