ComponentEditorPage.ExitLoadingMode 메서드

정의

로드 카운터를 감소시킵니다.

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

설명

로드 또는 초기화를 수행하는 각 프로시저는 먼저 메서드를 EnterLoadingMode 호출하여 편집기에서 로드된 편집기 페이지를 표시하기 전에 로드할 것을 나타내야 합니다. 호출 EnterLoadingMode 된 로드 프로시저가 완료되면 메서드를 ExitLoadingMode 호출하여 로드 프로세스의 해당 부분이 완료되었음을 나타내야 합니다.

Loading 속성은 로드가 완료되는 시기를 결정하는 카운터로 사용됩니다. 속성 값이 0이 아닌 경우 페이지가 로드 모드에 Loading 있습니다.

적용 대상