ITextUndoHistoryRegistry.RemoveHistory(ITextUndoHistory) Method

Definition

Removes all mappings to a given ITextUndoHistory in this registry, if any exist.

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)

Parameters

history
ITextUndoHistory

The ITextUndoHistory to remove from the registry.

Applies to