Thread::Collection Property

 

Gets the collection that contains the object that supports this property or that is contained in this code construct. Returns null for an object that is not obtained from a collection.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.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: