Partager via


VCDebugSettings.Attach, propriété

Obtient ou définit une valeur indiquant 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.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.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 : Boolean
true lorsque le débogueur est attaché au processus spécifié ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCDebugSettings Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms