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
‘선언
<GuidAttribute("F65478CC-96F1-4BA9-9EF9-A575ACB96031")> _
Public Interface VsUndoPackage _
Inherits IVsLinkedUndoTransactionManager
‘사용 방법
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