Compartir a través de


VCDebugSettings.Attach (Propiedad)

Obtiene o establece un valor que indica si, cuando se depura este proyecto, el depurador debe asociarse al proceso especificado en la propiedad Command.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property Attach As Boolean
bool Attach { get; set; }
property bool Attach {
    bool get ();
    void set (bool value);
}
abstract Attach : bool with get, set
function get Attach () : boolean
function set Attach (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Es true cuando el depurador está asociado al proceso especificado; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

VCDebugSettings Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)