Breakpoint3.Process 属性

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

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

声明
ReadOnly Property Process As Process2
    Get
Process2 Process { get; }
property Process2^ Process {
    Process2^ get ();
}
abstract Process : Process2
function get Process () : Process2

属性值

类型:EnvDTE80.Process2
一个 Process2 对象。

实现

Breakpoint2.Process

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

Process 重载

EnvDTE90a 命名空间