Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Discovers whether there is a global, linked undo action open.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("6ED9A1CD-E8FD-460A-8690-DD6E5E44B02D")> _
Public Interface IVsQueryUndoManager
[InterfaceTypeAttribute()]
[GuidAttribute("6ED9A1CD-E8FD-460A-8690-DD6E5E44B02D")]
public interface IVsQueryUndoManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"6ED9A1CD-E8FD-460A-8690-DD6E5E44B02D")]
public interface class IVsQueryUndoManager
[<InterfaceTypeAttribute()>]
[<GuidAttribute("6ED9A1CD-E8FD-460A-8690-DD6E5E44B02D")>]
type IVsQueryUndoManager = interface end
public interface IVsQueryUndoManager
The IVsQueryUndoManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
IsLinkedTransactionOpen | Determines whether there is a global, linked undo transaction currently in progress. |
Top
Remarks
Certain undo manager functions, such as Enable, are not recommended if there is a global, linked undo transaction in progress.
.gif)