VCProjectConfigurationProperties.Attach 属性

定义

指定在调试此项目时,调试器是否应附加到属性中指定的进程 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

属性值

Boolean

true 调试器应附加到指定的进程时;否则为 false

属性

适用于