Program.Process 属性

定义

获取托管此程序的进程。

public:
 property EnvDTE::Process ^ Process { EnvDTE::Process ^ get(); };
public:
 property EnvDTE::Process ^ Process { EnvDTE::Process ^ get(); };
[System.Runtime.InteropServices.DispId(100)]
public EnvDTE.Process Process { [System.Runtime.InteropServices.DispId(100)] get; }
[<System.Runtime.InteropServices.DispId(100)>]
[<get: System.Runtime.InteropServices.DispId(100)>]
member this.Process : EnvDTE.Process
Public ReadOnly Property Process As Process

属性值

Process

Process 对象。

属性

适用于