Partilhar via


Método VsTextBufferClass.IVsTextLines_GetUndoManager

Retorna o Gerenciador de desfazer para esse buffer.

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

Sintaxe

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

Parâmetros

  • ppUndoManager
    Tipo: IOleUndoManager%

    [out] Ponteiro para o IOleUndoManager interface.

Valor de retorno

Tipo: Int32

Implementações

IVsTextLines.GetUndoManager(IOleUndoManager%)

Segurança do .NET Framework

Consulte também

Referência

VsTextBufferClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop