ModelingDocData.ResumeErrorListRefresh 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.
Resumes error list refresh each time an item is added for this doc data. Should be called after SuspendErrorListRefresh, usually right after the last item of a batch has been added.
public:
virtual void ResumeErrorListRefresh();
public virtual void ResumeErrorListRefresh ();
abstract member ResumeErrorListRefresh : unit -> unit
override this.ResumeErrorListRefresh : unit -> unit
Public Overridable Sub ResumeErrorListRefresh ()