VCProjectConfigurationProperties.Attach Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si, lorsque ce projet est débogué, le débogueur doit être attaché au processus spécifié dans la propriété Command.
public:
property bool Attach { bool get(); void set(bool value); };
public:
property bool Attach { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2324)]
public bool Attach { [System.Runtime.InteropServices.DispId(2324)] get; [System.Runtime.InteropServices.DispId(2324)] set; }
[<System.Runtime.InteropServices.DispId(2324)>]
[<get: System.Runtime.InteropServices.DispId(2324)>]
[<set: System.Runtime.InteropServices.DispId(2324)>]
member this.Attach : bool with get, set
Public Property Attach As Boolean
Valeur de propriété
true lorsque le débogueur doit être attaché à un processus spécifié ; sinon, false.
- Attributs