共用方式為


WebSiteProperties.EnableASPXDebugging 屬性

取得或設定在針對網站專案叫用 (Invoke) 偵錯工具時,是否要啟用 .aspx 檔的偵錯。

命名空間:  VsWebSite
組件:  VsWebSite.Interop (在 VsWebSite.Interop.dll 中)

語法

'宣告
Property EnableASPXDebugging As Boolean
    Get
    Set
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)

屬性值

型別:System.Boolean
如果偵錯已啟用,則為 true,否則為 false。

範例

如需讀取和設定晚期繫結屬性的範例,請參閱 WebSiteProperties

.NET Framework 安全性

請參閱

參考

WebSiteProperties 介面

VsWebSite 命名空間

EnvDTE

WebSiteProperties

其他資源

參考 Automation 組件和 DTE2 物件