Process2.Threads Property

Definition

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

Applies to