Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Registers the ITextUndoHistory for a text buffer, listens for change events on a text buffer, and adds ITextUndoPrimitive objects to the ITextUndoHistory.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Interface ITextBufferUndoManager
public interface ITextBufferUndoManager
public interface class ITextBufferUndoManager
type ITextBufferUndoManager = interface end
public interface ITextBufferUndoManager
The ITextBufferUndoManager type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
TextBuffer | Gets the ITextBuffer for which this ITextBufferUndoManager manages undo operations. |
![]() |
TextBufferUndoHistory | Gets the undo history for the underlying ITextBuffer. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
UnregisterUndoHistory | Unregisters the ITextUndoHistory for the underlying ITextBuffer from the ITextUndoHistoryRegistry. |
Top
.gif)
.gif)