Program.Threads Property

Definition

Gets the collection of threads that are being managed by this program.

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

Property Value

A Threads collection.

Attributes

Applies to