Breakpoint.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the immediate parent object of a Breakpoint object.
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
A Breakpoint object.
- Attributes
Remarks
If you want to get the containing collection, then use the Collection property.