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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.