MobilePage.DesignMode 속성

정의

페이지가 디자인 모드에서 인스턴스화되는지 런타임에 인스턴스화되고 있는지를 나타내는 값을 가져옵니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 property bool DesignMode { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool DesignMode { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.DesignMode : bool
Public ReadOnly Property DesignMode As Boolean

속성 값

true페이지가 디자인 모드에서 인스턴스화되면 이고, 그렇지 않으면 . false

특성

적용 대상

추가 정보