Expression::Parent Property
Visual Studio 2015
Gets the immediate parent object of an Expression object.
Assembly: EnvDTE (in EnvDTE.dll)
The Parent property returns the immediate parent to the Expression object. If you want to get the containing collection, then use the Collection property.
Show: