Partager via


ITextUndoHistoryRegistry.RemoveHistory, méthode

Supprime tous les mappages (le cas échéant) à un ITextUndoHistory donné dans ce Registre.

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ITextUndoHistoryRegistry Interface

Microsoft.VisualStudio.Text.Operations, espace de noms