Process3.Threads Property

Definition

Gets the threads associated with this process.

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

Property Value

A Threads collection, each representing a thread in the process.

Implements

Attributes

Applies to