VisualElement.BatchCommit 方法

定义

表示元素命令批处理结束,且现在应提交命令。

public void BatchCommit ();
abstract member BatchCommit : unit -> unit
override this.BatchCommit : unit -> unit

实现

注解

此方法仅确保已提交批处理期间发送的更新。 它不能保证在调用它之前未提交它们。

适用于