Process4::Threads Property

 

Gets the threads associated with this process.

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

property Threads^ Threads {
	Threads^ get();
}

Property Value

Type: EnvDTE::Threads^

A Threads collection, each representing a thread in the process.

Return to top
Show: