ITextUndoHistoryRegistry.RemoveHistory Method

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

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Sub RemoveHistory ( _
    history As ITextUndoHistory _
)
void RemoveHistory(
    ITextUndoHistory history
)
void RemoveHistory(
    ITextUndoHistory^ history
)
abstract RemoveHistory : 
        history:ITextUndoHistory -> unit 
function RemoveHistory(
    history : ITextUndoHistory
)

Parameters

.NET Framework Security

See Also

Reference

ITextUndoHistoryRegistry Interface

Microsoft.VisualStudio.Text.Operations Namespace