Breakpoint3.Process 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在其中设置断点的进程。
public:
property EnvDTE80::Process2 ^ Process { EnvDTE80::Process2 ^ get(); };
public:
property EnvDTE80::Process2 ^ Process { EnvDTE80::Process2 ^ get(); };
[System.Runtime.InteropServices.DispId(1100)]
public EnvDTE80.Process2 Process { [System.Runtime.InteropServices.DispId(1100)] get; }
[<System.Runtime.InteropServices.DispId(1100)>]
[<get: System.Runtime.InteropServices.DispId(1100)>]
member this.Process : EnvDTE80.Process2
Public ReadOnly Property Process As Process2
属性值
EnvDTE.Process2 对象。
实现
- 属性