IVsQueryUndoManager::IsLinkedTransactionOpen Method (Int32)

 

Determines whether there is a global, linked undo transaction currently in progress.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int IsLinkedTransactionOpen(
	[OutAttribute] int% pbTransactionIsOpen
)

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::Int32

If the method succeeds, it returns S_OK; otherwise, it returns an error code.

Return to top
Show: