IVsQueryUndoManager::IsLinkedTransactionOpen Method (Int32)
Visual Studio 2015
Determines whether there is a global, linked undo transaction currently in progress.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pbTransactionIsOpen
-
Type:
System::Int32
[out] Flag indicating whether there is a transaction open. True if there is a transaction in progress.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK; otherwise, it returns an error code.
Show: