ComponentEditorPage.IsLoading 메서드

정의

페이지가 로드되고 있는지를 나타내는 값을 가져옵니다.

protected:
 bool IsLoading();
protected bool IsLoading ();
member this.IsLoading : unit -> bool
Protected Function IsLoading () As Boolean

반환

페이지가 로드되고 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상