IVsUndoRedoClusterWithCommitEvents Interface

 

Provides event handling for undo or redo cluster closure.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("F98298D9-53C4-43DB-90D6-D1A3CA4B1849")]
public interface IVsUndoRedoClusterWithCommitEvents

NameDescription
System_CAPS_pubmethodOnUndoRedoClusterClosingWithCommitGesture(UInt32, TextSpan[])

Fires when an undo or redo cluster is closing.

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.

System_CAPS_noteNote

This interface is for use only with Visual Basic.

Return to top
Show: