Поделиться через


ITextBufferUndoManager.TextBufferUndoHistory - свойство

Возвращает журнал отката для помещения в основу ITextBuffer.

Пространство имен:  Microsoft.VisualStudio.Text.Operations
Сборка:  Microsoft.VisualStudio.Text.Logic (в Microsoft.VisualStudio.Text.Logic.dll)

Синтаксис

'Декларация
ReadOnly Property TextBufferUndoHistory As ITextUndoHistory
ITextUndoHistory TextBufferUndoHistory { get; }
property ITextUndoHistory^ TextBufferUndoHistory {
    ITextUndoHistory^ get ();
}
abstract TextBufferUndoHistory : ITextUndoHistory with get
function get TextBufferUndoHistory () : ITextUndoHistory

Значение свойства

Тип: Microsoft.VisualStudio.Text.Operations.ITextUndoHistory
Журнала отката.

Безопасность платформы .NET Framework

См. также

Ссылки

ITextBufferUndoManager Интерфейс

Microsoft.VisualStudio.Text.Operations - пространство имен