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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.