Breakpoint2.Parent Property

Gets the immediate parent object of the breakpoint.

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

Syntax

'Declaration
ReadOnly Property Parent As Breakpoint
Breakpoint Parent { get; }
property Breakpoint^ Parent {
    Breakpoint^ get ();
}
abstract Parent : Breakpoint
function get Parent () : Breakpoint

Property Value

Type: EnvDTE.Breakpoint
The Breakpoints collection.

Implements

Breakpoint.Parent

Remarks

The 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.

.NET Framework Security

See Also

Reference

Breakpoint2 Interface

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples