Share via


Breakpoint3.Children Property

Gets a collection of all Breakpoint2 child objects.

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

Syntax

'Declaration
ReadOnly Property Children As Breakpoints
    Get
Breakpoints Children { get; }
property Breakpoints^ Children {
    Breakpoints^ get ();
}
abstract Children : Breakpoints
function get Children () : Breakpoints

Property Value

Type: EnvDTE.Breakpoints
A Breakpoints collection.

Implements

Breakpoint2.Children

Remarks

See Children.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Children Overload

EnvDTE90a Namespace