ModelingErrorListProvider.SuspendRefresh 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. Calling SuspendRefresh before adding a large number of items to the error list results in better performance.
public:
void SuspendRefresh();
public void SuspendRefresh ();
member this.SuspendRefresh : unit -> unit
Public Sub SuspendRefresh ()