ITextUndoHistoryRegistry.RemoveHistory(ITextUndoHistory) 方法

定义

删除此注册表中给定的所有映射 ITextUndoHistory (如果存在)。

public:
 void RemoveHistory(Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ history);
public:
 void RemoveHistory(Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ history);
void RemoveHistory(Microsoft::VisualStudio::Text::Operations::ITextUndoHistory const & history);
public void RemoveHistory (Microsoft.VisualStudio.Text.Operations.ITextUndoHistory history);
abstract member RemoveHistory : Microsoft.VisualStudio.Text.Operations.ITextUndoHistory -> unit
Public Sub RemoveHistory (history As ITextUndoHistory)

参数

history
ITextUndoHistory

ITextUndoHistory要从注册表中删除的。

适用于