Process2.Threads Property

Gets a collection of Thread objects.

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

Syntax

'Declaration
ReadOnly Property Threads As Threads
Threads Threads { get; }
property Threads^ Threads {
    Threads^ get ();
}
abstract Threads : Threads
function get Threads () : Threads

Property Value

Type: EnvDTE.Threads
A Threads collection.

.NET Framework Security

See Also

Reference

Process2 Interface

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples