IVsQueryUndoManager Interface

 

Discovers whether there is a global, linked undo action open.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("6ED9A1CD-E8FD-460A-8690-DD6E5E44B02D")]
public interface IVsQueryUndoManager

NameDescription
System_CAPS_pubmethodIsLinkedTransactionOpen(Int32)

Determines whether there is a global, linked undo transaction currently in progress.

Certain undo manager functions, such as Enable, are not recommended if there is a global, linked undo transaction in progress.

Return to top
Show: