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
history
Type : Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryITextUndoHistory à supprimer du Registre.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.