Freigeben über


ITextUndoHistoryRegistry.RemoveHistory-Methode

Entfernt alle Zuordnungen zu einer angegebenen ITextUndoHistory in dieser Registrierung, sofern vorhanden.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoHistoryRegistry Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace