Program::Threads Property

 

Gets the collection of threads that are being managed by this program.

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

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

Property Value

Type: EnvDTE::Threads^

A Threads collection.

Return to top
Show: