Partager via


IVsQueryUndoManager.IsLinkedTransactionOpen Method

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)

Syntax

'Déclaration
Function IsLinkedTransactionOpen ( _
    <OutAttribute> ByRef pbTransactionIsOpen As Integer _
) As Integer
int IsLinkedTransactionOpen(
    out int pbTransactionIsOpen
)
int IsLinkedTransactionOpen(
    [OutAttribute] int% pbTransactionIsOpen
)
abstract IsLinkedTransactionOpen : 
        pbTransactionIsOpen:int byref -> int 
function IsLinkedTransactionOpen(
    pbTransactionIsOpen : int
) : int

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.

.NET Framework Security

See Also

Reference

IVsQueryUndoManager Interface

Microsoft.VisualStudio.TextManager.Interop Namespace