Process2.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 a collection of Thread objects.
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.
- Attributes