IVsQueryUndoUnit Interface

 

Queries a linked undo set to determine if an undo action would be aborted.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("036FBE7A-9ABD-4894-B7F6-1ED3BD0EE247")]
public interface IVsQueryUndoUnit

NameDescription
System_CAPS_pubmethodActionWouldBeAborted(Int32)

Queries each member of a linked undo set to determine if an undo action would be aborted.

Implement this interface to allow the undo manager to query each member of a linked undo set to learn if an undo action would be aborted.

Return to top
Show: