VsUndoPackage Interface

Implements the linked undo stack feature.

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

Syntax

'Déclaration
<GuidAttribute("F65478CC-96F1-4BA9-9EF9-A575ACB96031")> _
Public Interface VsUndoPackage _
    Inherits IVsLinkedUndoTransactionManager
'Utilisation
Dim instance As VsUndoPackage
[GuidAttribute("F65478CC-96F1-4BA9-9EF9-A575ACB96031")]
public interface VsUndoPackage : IVsLinkedUndoTransactionManager
[GuidAttribute(L"F65478CC-96F1-4BA9-9EF9-A575ACB96031")]
public interface class VsUndoPackage : IVsLinkedUndoTransactionManager
[<GuidAttribute("F65478CC-96F1-4BA9-9EF9-A575ACB96031")>]
type VsUndoPackage =  
    interface
        interface IVsLinkedUndoTransactionManager
    end
public interface VsUndoPackage extends IVsLinkedUndoTransactionManager

See Also

Reference

VsUndoPackage Members

Microsoft.VisualStudio.TextManager.Interop Namespace