Process::Programs Property

 

Gets the collection of programs that are being managed by this process.

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

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

Property Value

Type: EnvDTE::Programs^

A Programs collection.

The following example demonstrates how to use the Programs property.

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