Breakpoint2::Parent Property
Visual Studio 2015
Gets the immediate parent object of the breakpoint.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
Breakpoint::ParentThe Parent property returns the immediate parent to the Breakpoint, which is the Breakpoints collection. If you want to get the containing collection, then use the Collection property.
Show: