Share via


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
'Usage
Dim instance As Breakpoint2 
Dim value As Breakpoint 

value = instance.Parent
Breakpoint Parent { get; }
property Breakpoint^ Parent {
    Breakpoint^ get ();
}
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

Breakpoint2 Members

Parent Overload

EnvDTE80 Namespace

Other Resources

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