Compartir a través de


WebSiteProperties.EnableASPXDebugging (Propiedad)

Obtiene o establece si se habilita la depuración para archivos .aspx al invocar el depurador para el proyecto de sitio Web.

Espacio de nombres:  VsWebSite
Ensamblado:  VsWebSite.Interop (en VsWebSite.Interop.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
true si la depuración está habilitada; en caso contrario, devuelve el valor false.

Ejemplos

Para obtener un ejemplo de lectura y establecimiento de propiedades enlazadas en tiempo de ejecución, vea WebSiteProperties.

Seguridad de .NET Framework

Vea también

Referencia

WebSiteProperties Interfaz

VsWebSite (Espacio de nombres)

EnvDTE

WebSiteProperties

Otros recursos

Establecer referencias a los ensamblados de automatización y al objeto DTE2