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
Breakpoints Children { get; }
property Breakpoints^ Children {
Breakpoints^ get ();
}
abstract Children : Breakpoints with get
function get Children () : Breakpoints
Property Value
Type: EnvDTE.Breakpoints
A Breakpoints collection.
Remarks
See Children.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.