Debugger4.CurrentProcess 属性

获取或设置活动进程。

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

语法

声明
Property CurrentProcess As Process
Process CurrentProcess { get; set; }
property Process^ CurrentProcess {
    Process^ get ();
    void set (Process^ value);
}
abstract CurrentProcess : Process with get, set
function get CurrentProcess () : Process
function set CurrentProcess (value : Process)

属性值

类型:EnvDTE.Process
Process 对象。

备注

请参见 CurrentProcess

.NET Framework 安全性

请参见

参考

Debugger4 接口

CurrentProcess 重载

EnvDTE90a 命名空间