Compartir a través de


IVsUndoRedoClusterWithCommitEvents.OnUndoRedoClusterClosingWithCommitGesture (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

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

Parámetros

  • dwGestureFlags
    Tipo: UInt32

    [in]

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsUndoRedoClusterWithCommitEvents::OnUndoRedoClusterClosingWithCommitGesture(
   [in] DWORD dwGestureFlags,
   [in] TextSpan *ptsChanged
);

Seguridad de .NET Framework

Vea también

Referencia

IVsUndoRedoClusterWithCommitEvents Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)