VisualElement.BatchBegin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signals the start of a batch of changes to the elements properties. This can benefit performance if a bigger number of property values are changed.
public:
virtual void BatchBegin();
public void BatchBegin ();
abstract member BatchBegin : unit -> unit
override this.BatchBegin : unit -> unit
Public Sub BatchBegin ()
Implements
Remarks
Application authors will generally not need to batch updates manually as the animation framework will do this for them.
When the operation is done, BatchCommit() should be called.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.