Partilhar via


Método IVsPreliminaryTextChangeCommitEvents.OnChangesCommitted

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

Sintaxe

'Declaração
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[]
)

Parâmetros

  • dwGestureFlags
    Tipo: UInt32

    [In] Sinalizadores indicando o tipo de alterações feitas. Para obter uma lista de dwGestureFlags valores, consulte ChangeCommitGestureFlags.

Comentários

COM assinatura

De textmgr.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsPreliminaryTextChangeCommitEvents Interface

Namespace Microsoft.VisualStudio.TextManager.Interop