IVsUndoRedoClusterWithCommitEvents Interface

Fires when an undo or redo cluster is closing.

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

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F98298D9-53C4-43DB-90D6-D1A3CA4B1849")> _
Public Interface IVsUndoRedoClusterWithCommitEvents
'Utilisation
Dim instance As IVsUndoRedoClusterWithCommitEvents
[InterfaceTypeAttribute()]
[GuidAttribute("F98298D9-53C4-43DB-90D6-D1A3CA4B1849")]
public interface IVsUndoRedoClusterWithCommitEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"F98298D9-53C4-43DB-90D6-D1A3CA4B1849")]
public interface class IVsUndoRedoClusterWithCommitEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F98298D9-53C4-43DB-90D6-D1A3CA4B1849")>]
type IVsUndoRedoClusterWithCommitEvents =  interface end
public interface IVsUndoRedoClusterWithCommitEvents

Remarks

IVsUndoRedoClusterWithCommitEvents fires when an undo or redo cluster is closing, provided an intervening commit gesture occurred while it was open. Clients are explicitly forbidden from modifying the buffer in response to this event.

Notes

This interface is for use only with Visual Basic.

See Also

Reference

IVsUndoRedoClusterWithCommitEvents Members

Microsoft.VisualStudio.TextManager.Interop Namespace