IVsQueryUndoManager Interface
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
声明
<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.