Process3.Threads Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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