Breakpoint::Children Property

 

Gets a collection of objects contained within this code construct.

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

property Breakpoints^ Children {
	Breakpoints^ get();
}

Property Value

Type: EnvDTE::Breakpoints^

A Breakpoints collection.

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.

The following example demonstrates how to use the Children property.

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