'Declaration Public Overloads Function GetUndoActions( _
ByVal currentActionIndexИндекс текущего действия отмены.As System.Int32 _
) As System.Collections.Generic.List(Of UndoAction)
public System.Collections.Generic.List<UndoAction> GetUndoActions(
System.Int32 currentActionIndex
)
public: System.Collections.Generic.List<UndoAction*>* GetUndoActions(
System.Int32 currentActionIndex
)
public:
System.Collections.Generic.List<UndoAction^>^ GetUndoActions(
System.Int32 currentActionIndex
)
Parameters
- currentActionIndex
- Индекс текущего действия отмены.
Return Value
Действия отмены.