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


ITextUndoHistoryRegistry.RemoveHistory - метод

Удаляет все сопоставления с заданным объектом ITextUndoHistory в данном реестре, если они существуют.

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

Синтаксис

'Декларация
Sub RemoveHistory ( _
    history As ITextUndoHistory _
)
void RemoveHistory(
    ITextUndoHistory history
)
void RemoveHistory(
    ITextUndoHistory^ history
)
abstract RemoveHistory : 
        history:ITextUndoHistory -> unit
function RemoveHistory(
    history : ITextUndoHistory
)

Параметры

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

См. также

Ссылки

ITextUndoHistoryRegistry Интерфейс

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