Partager via


IVsUndoRedoClusterWithCommitEvents.OnUndoRedoClusterClosingWithCommitGesture, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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[]
)

Paramètres

  • dwGestureFlags
    Type : UInt32

    [in]

Notes

Signature de COM

De textmgr.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsUndoRedoClusterWithCommitEvents Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms