ITextUndoHistoryRegistry.AttachHistory, méthode
Joint ITextUndoHistory existant à une mémoire tampon de texte. La mémoire tampon ne doit pas déjà être mappée 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 AttachHistory ( _
context As Object, _
history As ITextUndoHistory _
)
void AttachHistory(
Object context,
ITextUndoHistory history
)
void AttachHistory(
Object^ context,
ITextUndoHistory^ history
)
abstract AttachHistory :
context:Object *
history:ITextUndoHistory -> unit
function AttachHistory(
context : Object,
history : ITextUndoHistory
)
Paramètres
context
Type : ObjectCet objet doit toujours être ITextBuffer.
history
Type : Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryUn objet d'ITextUndoHistory à associer à la mémoire tampon de texte.
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.