VCProjectConfigurationProperties.Attach 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在调试此项目时,调试器是否应附加到属性中指定的进程 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
属性值
true 调试器应附加到指定的进程时;否则为 false 。
- 属性