UndoManager.UndoableTransactions Property

Definition

List of undoable TransactionItems maintained by the UndoManager.

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

Property Value

Applies to