언어

ComponentEditorPage.ExitLoadingMode 메서드

정의

로딩 카운터를 줄입니다.

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

설명

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

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

적용 대상