ComponentEditorPage.ExitLoadingMode 方法

定义

递减加载计数器的计数。

protected:
 void ExitLoadingMode();
protected void ExitLoadingMode ();
member this.ExitLoadingMode : unit -> unit
Protected Sub ExitLoadingMode ()

注解

执行加载或初始化的每个过程应首先调用 EnterLoadingMode 该方法,以指示它将加载内容,然后编辑器才能显示加载的编辑器页面。 当调用 EnterLoadingMode 的加载过程完成时,它应调用 ExitLoadingMode 该方法来指示其加载过程的一部分已完成。

Loading 属性用作计数器,用于确定加载完成的时间。 如果属性的值 Loading 非零,则页面处于加载模式。

适用于