Public Overloads Overrides NotOverridable Function RedoAsync() As Task
public override Task RedoAsync()
Return Value
A task that represents the work queued to execute in the ThreadPool.
Public Overloads Overrides NotOverridable Function RedoAsync() As Task
public override Task RedoAsync()
| Exception | Description |
|---|---|
| System.Exception | If no operations are in the stack or the operation can't be redone. |
Awaits redoing the most recent operation in the redo stack and then adds it to the undo stack.
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)