Breakpoint3.Process 属性

定义

获取在其中设置断点的进程。

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

属性值

Process2

EnvDTE.Process2 对象。

实现

属性

适用于