Program.Threads 属性

定义

获取正在由此进程托管的线程的集合。

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

属性值

Threads

一个 Threads 集合。

属性

适用于