WebSiteProperties.EnableASPXDebugging 属性

获取或设置为网站项目调用调试器时是否为 .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

其他资源

引用自动化程序集和 DTE2 对象