IVsPreliminaryTextChangeCommitEvents::OnChangesCommitted Method (UInt32, array<TextSpan>^)

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

void OnChangesCommitted(
	unsigned int dwGestureFlags,
	array<TextSpan>^ ptsChanged
)

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
);
Return to top
Show: