ITextUndoHistoryRegistry.RegisterHistory, méthode
Obtient, et si nécessaire crée, un historique associé au contexte.
Espace de noms : Microsoft.VisualStudio.Text.Operations
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Function RegisterHistory ( _
context As Object _
) As ITextUndoHistory
ITextUndoHistory RegisterHistory(
Object context
)
ITextUndoHistory^ RegisterHistory(
Object^ context
)
abstract RegisterHistory :
context:Object -> ITextUndoHistory
function RegisterHistory(
context : Object
) : ITextUndoHistory
Paramètres
context
Type : ObjectCet objet doit toujours être ITextBuffer.
Valeur de retour
Type : Microsoft.VisualStudio.Text.Operations.ITextUndoHistory
ITextUndoHistory .
Notes
Uniquement une référence faible est maintenue à la mémoire tampon.
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.