Partager via


ITextUndoHistoryRegistry.TryGetHistory, méthode

Obtient un historique associé à la mémoire tampon de texte, mais ne crée pas de nouveau.

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

Syntaxe

'Déclaration
Function TryGetHistory ( _
    context As Object, _
    <OutAttribute> ByRef history As ITextUndoHistory _
) As Boolean
bool TryGetHistory(
    Object context,
    out ITextUndoHistory history
)
bool TryGetHistory(
    Object^ context, 
    [OutAttribute] ITextUndoHistory^% history
)
abstract TryGetHistory : 
        context:Object * 
        history:ITextUndoHistory byref -> bool
function TryGetHistory(
    context : Object, 
    history : ITextUndoHistory
) : boolean

Paramètres

  • context
    Type : Object

    Cet objet doit toujours être ITextBuffer.

Valeur de retour

Type : Boolean
true s'il existe un historique de phase de restauration associé à la mémoire tampon de texte spécifiée, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ITextUndoHistoryRegistry Interface

Microsoft.VisualStudio.Text.Operations, espace de noms