VCProjectConfigurationProperties.Attach Propriété

Définition

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é

Boolean

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

Attributs

S’applique à