VsUndoPackage Interface

 

Implements the linked undo stack feature. See IVsLinkedUndoTransactionManager.

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

[GuidAttribute("F65478CC-96F1-4BA9-9EF9-A575ACB96031")]
public interface VsUndoPackage : IVsLinkedUndoTransactionManager

NameDescription
System_CAPS_pubmethodAbortLinkedUndo()

Aborts a linked undo transaction.(Inherited from IVsLinkedUndoTransactionManager.)

System_CAPS_pubmethodCloseLinkedUndo()

Successfully closes a linked undo transaction.(Inherited from IVsLinkedUndoTransactionManager.)

System_CAPS_pubmethodCountOpenTransactions(Int32)

Returns the nesting level of the linked undo transactions.(Inherited from IVsLinkedUndoTransactionManager.)

System_CAPS_pubmethodIsAborted(Int32)

Determines if the linked undo transaction is aborted.(Inherited from IVsLinkedUndoTransactionManager.)

System_CAPS_pubmethodIsStrict(Int32)

Determines if the linked undo transaction is strict.(Inherited from IVsLinkedUndoTransactionManager.)

System_CAPS_pubmethodOpenLinkedUndo(UInt32, String)

Opens a linked undo transaction parent unit.(Inherited from IVsLinkedUndoTransactionManager.)

Return to top
Show: