VisualElement.BatchCommit 方法

定義

表示項目命令批次的結束,而且現在應該已認可這些命令。

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

實作

備註

此方法只會確保批次期間傳送的更新已認可。 在呼叫此專案之前,它不會確保它們未認可。

適用於