ITextUndoHistoryRegistry.RemoveHistory(ITextUndoHistory) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除此注册表中给定的所有映射 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要从注册表中删除的。