Process::Parent Property
Visual Studio 2015
Gets the immediate parent object of a Process object.
Assembly: EnvDTE (in EnvDTE.dll)
The Parent property returns the immediate parent to the Process object. To get the containing collection, use the Collection property.
Show: