ModelingDocData.SuspendErrorListRefresh 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 the error list from updating synchronously each time an item is added for this doc data. Calling SuspendErrorListRefresh before adding a large number of items to the error list results in better performance.
public:
virtual void SuspendErrorListRefresh();
public virtual void SuspendErrorListRefresh ();
abstract member SuspendErrorListRefresh : unit -> unit
override this.SuspendErrorListRefresh : unit -> unit
Public Overridable Sub SuspendErrorListRefresh ()