Breakpoint2.Parent Property

Definition

Gets the immediate parent object of the breakpoint.

public:
 property EnvDTE::Breakpoint ^ Parent { EnvDTE::Breakpoint ^ get(); };
public:
 property EnvDTE::Breakpoint ^ Parent { EnvDTE::Breakpoint ^ get(); };
[System.Runtime.InteropServices.DispId(201)]
public EnvDTE.Breakpoint Parent { [System.Runtime.InteropServices.DispId(201)] get; }
[<System.Runtime.InteropServices.DispId(201)>]
[<get: System.Runtime.InteropServices.DispId(201)>]
member this.Parent : EnvDTE.Breakpoint
Public ReadOnly Property Parent As Breakpoint

Property Value

The Breakpoints collection.

Implements

Attributes

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.

Applies to