다음을 통해 공유


ComponentEditorPage.IsFirstActivate 메서드

정의

페이지가 처음으로 활성화되고 있는지를 나타내는 값을 가져옵니다.

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

반환

Boolean

페이지가 처음으로 활성화되고 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상