IVsQueryUndoUnit Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries a linked undo set to determine if an undo action would be aborted.
public interface class IVsQueryUndoUnit
public interface class IVsQueryUndoUnit
__interface IVsQueryUndoUnit
[System.Runtime.InteropServices.Guid("036FBE7A-9ABD-4894-B7F6-1ED3BD0EE247")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsQueryUndoUnit
[System.Runtime.InteropServices.Guid("036FBE7A-9ABD-4894-B7F6-1ED3BD0EE247")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsQueryUndoUnit
[<System.Runtime.InteropServices.Guid("036FBE7A-9ABD-4894-B7F6-1ED3BD0EE247")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsQueryUndoUnit = interface
[<System.Runtime.InteropServices.Guid("036FBE7A-9ABD-4894-B7F6-1ED3BD0EE247")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsQueryUndoUnit = interface
Public Interface IVsQueryUndoUnit
- Attributes
Remarks
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.
Methods
ActionWouldBeAborted(Int32) |
Queries each member of a linked undo set to determine if an undo action would be aborted. |