IExpressionEditorInstance.Redo 方法
定义
重新应用在编辑器中撤消的上一个操作,即,反转撤消操作的效果。Reapplies the last operation that was undone in the editor, that is, reverse the effects of the undo operation.
public:
bool Redo();
public bool Redo ();
abstract member Redo : unit -> bool
Public Function Redo () As Boolean
返回
如果该重做成功,则为 true;否则为 false。true if the redo is successful; otherwise, false.