ITextUndoHistoryRegistry.RemoveHistory(ITextUndoHistory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.