ProjectNode.lockUpdate 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.
Prevents visual updates while a series of actions is being performed.
public:
virtual void lockUpdate();
public virtual void lockUpdate ();
abstract member lockUpdate : unit -> unit
override this.lockUpdate : unit -> unit
Public Overridable Sub lockUpdate ()
Remarks
To perform visual updates after the series of actions, call unlockUpdate.