IVsQueryUndoManager.IsLinkedTransactionOpen(Int32) Method

Definition

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.

Applies to