IVsPreliminaryTextChangeCommitEvents::OnChangesCommitted Method (UInt32, array<TextSpan>^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- dwGestureFlags
-
Type:
System::UInt32
[In] Flags indicating the type of changes made. For a list of dwGestureFlags values, see ChangeCommitGestureFlags.
- ptsChanged
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::TextSpan>^
[In] Span of text modified.
From textmgr.idl:
HRESULT IVsPreliminaryTextChangeCommitEvents::OnChangesCommitted( [in] DWORD dwGestureFlags, [in] TextSpan *ptsChanged );
Show: