GraphUndoUnit.Apply 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| Apply() |
应用撤消单元。 |
| Apply(Action) |
执行此撤消或重做操作。 |
Apply()
应用撤消单元。
public:
virtual void Apply();
public void Apply ();
abstract member Apply : unit -> unit
override this.Apply : unit -> unit
Public Sub Apply ()
实现
适用于
Apply(Action)
执行此撤消或重做操作。
public:
virtual void Apply(Action ^ action);
public virtual void Apply (Action action);
abstract member Apply : Action -> unit
override this.Apply : Action -> unit
Public Overridable Sub Apply (action As Action)
参数
- action
- Action
要在其中执行的操作,以应用更改和更新状态。 从图形事务内部调用