Program.Threads Property

Gets the collection of threads being managed by this program.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Threads As Threads
'Usage
Dim instance As Program 
Dim value As Threads 

value = instance.Threads
Threads Threads { get; }
property Threads^ Threads {
    Threads^ get ();
}
function get Threads () : Threads

Property Value

Type: EnvDTE.Threads
A Threads collection.

.NET Framework Security

See Also

Reference

Program Interface

Program Members

EnvDTE Namespace

Thread