다음을 통해 공유


WebSiteProperties.EnableASPXDebugging 속성

웹 사이트 프로젝트의 디버거를 호출할 때 .aspx 파일 디버깅을 활성화할지 여부를 가져오거나 설정합니다.

네임스페이스:  VsWebSite
어셈블리:  VsWebSite.Interop(VsWebSite.Interop.dll)

구문

‘선언
Property EnableASPXDebugging As Boolean
bool EnableASPXDebugging { get; set; }
property bool EnableASPXDebugging {
    bool get ();
    void set (bool value);
}
abstract EnableASPXDebugging : bool with get, set
function get EnableASPXDebugging () : boolean 
function set EnableASPXDebugging (value : boolean)

속성 값

형식: Boolean
디버깅이 활성화되는 경우 true이고, 그렇지 않으면 false입니다.

예제

런타임에 바인딩되는 속성을 읽고 설정하는 예제는 WebSiteProperties를 참조하십시오.

.NET Framework 보안

참고 항목

참조

WebSiteProperties 인터페이스

VsWebSite 네임스페이스

EnvDTE

WebSiteProperties

기타 리소스

자동화 어셈블리 및 DTE2 개체 참조