Condividi tramite


Metodo VsTextBufferClass.GetUndoManager

restituisce l'amministratore di annullamento per questo buffer.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Public Overridable Function GetUndoManager ( _
    <OutAttribute> ByRef ppUndoManager As IOleUndoManager _
) As Integer
public virtual int GetUndoManager(
    out IOleUndoManager ppUndoManager
)
public:
virtual int GetUndoManager(
    [OutAttribute] IOleUndoManager^% ppUndoManager
)
abstract GetUndoManager : 
        ppUndoManager:IOleUndoManager byref -> int  
override GetUndoManager : 
        ppUndoManager:IOleUndoManager byref -> int
public function GetUndoManager(
    ppUndoManager : IOleUndoManager
) : int

Parametri

  • ppUndoManager
    Tipo: IOleUndoManager%

    [out] Puntatore a IOleUndoManager interfaccia.

Valore restituito

Tipo: Int32

Implementa

IVsTextBuffer.GetUndoManager(IOleUndoManager%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextBufferClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop