Process::Collection Property

 

Returns the collection that contains the object that supports this property or 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 Processes^ Collection {
	Processes^ get();
}

Property Value

Type: EnvDTE::Processes^

A Processes 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: