UndoManager.RedoableTransactions Property

Definition

List of redoable TransactionItems maintained by the UndoManager.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::TransactionItem ^> ^ RedoableTransactions { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::TransactionItem ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.TransactionItem> RedoableTransactions { get; }
member this.RedoableTransactions : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.TransactionItem>
Public ReadOnly Property RedoableTransactions As ReadOnlyCollection(Of TransactionItem)

Property Value

Applies to