VCProjectConfigurationProperties.Attach (Propiedad)

Especifica si, al depurar este proyecto, el depurador debe asociarse al proceso especificado en la propiedad Command.

Espacio de nombres:  Microsoft.VisualStudio.VCProject
Ensamblado:  Microsoft.VisualStudio.VCProject (en Microsoft.VisualStudio.VCProject.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 debe asociarse a un proceso especificado; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

VCProjectConfigurationProperties Interfaz

Microsoft.VisualStudio.VCProject (Espacio de nombres)