Condividi tramite


Metodo IVsPreliminaryTextChangeCommitEvents.OnChangesCommitted

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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[]
)

Parametri

  • dwGestureFlags
    Tipo: UInt32

    [In] contrassegna indica il tipo di modifiche apportate. per un elenco di dwGestureFlags i valori, vedere ChangeCommitGestureFlags.

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsPreliminaryTextChangeCommitEvents Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop