Partager via


VCProjectConfigurationProperties.Attach, propriété

Indique si, lorsque ce projet est débogué, le débogueur doit être attaché au processus spécifié dans la propriété Command.

Espace de noms :  Microsoft.VisualStudio.VCProject
Assembly :  Microsoft.VisualStudio.VCProject (dans Microsoft.VisualStudio.VCProject.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true lorsque le débogueur doit être attaché à un processus spécifié ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCProjectConfigurationProperties Interface

Microsoft.VisualStudio.VCProject, espace de noms