Breakpoint::Children Property
Visual Studio 2015
Gets a collection of objects contained within this code construct.
Assembly: EnvDTE (in EnvDTE.dll)
If the Breakpoint has no children, then Nothing is returned.
The children are created when a pending breakpoint that is set in the design mode is bound to the specific instance of your application in break or run mode.
Show: