Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The undo stack for this history. It does not include any currently open or redo transactions.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Déclaration
ReadOnly Property UndoStack As IEnumerable(Of ITextUndoTransaction)
IEnumerable<ITextUndoTransaction> UndoStack { get; }
property IEnumerable<ITextUndoTransaction^>^ UndoStack {
IEnumerable<ITextUndoTransaction^>^ get ();
}
abstract UndoStack : IEnumerable<ITextUndoTransaction>
function get UndoStack () : IEnumerable<ITextUndoTransaction>
Property Value
Type: System.Collections.Generic.IEnumerable<ITextUndoTransaction>
The undo stack for this history.
Remarks
The top item of this stack is the most recent transaction, and the bottom is the oldest transaction
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.