Share via


IVsPreliminaryTextChangeCommitEvents.OnChangesCommitted Method

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

Syntax

'Declaration
Sub OnChangesCommitted ( _
    dwGestureFlags As UInteger, _
    ptsChanged As TextSpan() _
)
void OnChangesCommitted(
    uint dwGestureFlags,
    TextSpan[] ptsChanged
)
void OnChangesCommitted(
    [InAttribute] unsigned int dwGestureFlags, 
    [InAttribute] array<TextSpan>^ ptsChanged
)
abstract OnChangesCommitted : 
        dwGestureFlags:uint32 * 
        ptsChanged:TextSpan[] -> unit
function OnChangesCommitted(
    dwGestureFlags : uint, 
    ptsChanged : TextSpan[]
)

Parameters

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsPreliminaryTextChangeCommitEvents::OnChangesCommitted(
   [in] DWORD dwGestureFlags, 
   [in] TextSpan *ptsChanged
);

.NET Framework Security

See Also

Reference

IVsPreliminaryTextChangeCommitEvents Interface

Microsoft.VisualStudio.TextManager.Interop Namespace