Debugger5.CurrentProcess 属性
获取或设置活动进程。
命名空间: EnvDTE100
程序集: EnvDTE100(在 EnvDTE100.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 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。