Freigeben über


VsUndoPackageClass.CountOpenTransactions-Methode

Gibt die Schachtelungsebene verknüpfte Rückgängig-Transaktionen zurück.

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

Syntax

'Declaration
Public Overridable Function CountOpenTransactions ( _
    ByRef pCount As Integer _
) As Integer
public virtual int CountOpenTransactions(
    ref int pCount
)
public:
virtual int CountOpenTransactions(
    int% pCount
)
abstract CountOpenTransactions : 
        pCount:int byref -> int  
override CountOpenTransactions : 
        pCount:int byref -> int
public function CountOpenTransactions(
    pCount : int
) : int

Parameter

  • pCount
    Typ: Int32%

    Ein Zeiger auf einen Zähler Objekt. Die Anzahl Objekt gibt die Schachtelungsebenen dargestellt.

Rückgabewert

Typ: Int32

Implementiert

IVsLinkedUndoTransactionManager.CountOpenTransactions(Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsUndoPackageClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace