IVsQueryUndoManager.IsLinkedTransactionOpen(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether there is a global, linked undo transaction currently in progress.
public:
int IsLinkedTransactionOpen([Runtime::InteropServices::Out] int % pbTransactionIsOpen);
int IsLinkedTransactionOpen([Runtime::InteropServices::Out] int & pbTransactionIsOpen);
public int IsLinkedTransactionOpen (out int pbTransactionIsOpen);
abstract member IsLinkedTransactionOpen : int -> int
Public Function IsLinkedTransactionOpen (ByRef pbTransactionIsOpen As Integer) As Integer
Parameters
- pbTransactionIsOpen
- Int32
[out] Flag indicating whether there is a transaction open. True if there is a transaction in progress.
Returns
If the method succeeds, it returns S_OK; otherwise, it returns an error code.