Thread2::Collection Property

 

Gets the collection that contains this thread.

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

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

Property Value

Type: EnvDTE::Threads^

A Threads collection.

The following example demonstrates how to use the Collection property.

No code example is currently available or this language may not be supported.
Return to top
Show: