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 : ObjectCet objet doit toujours être ITextBuffer.
history
Type : Microsoft.VisualStudio.Text.Operations.ITextUndoHistory%[] ITextUndoHistory associé à la mémoire tampon de texte.
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
- 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.