Breakpoint.Parent Property

Gets the immediate parent object of a Breakpoint object.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.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
A Breakpoint object.

Remarks

If you want to get the containing collection, then use the Collection property.

.NET Framework Security

See Also

Reference

Breakpoint Interface

EnvDTE Namespace

Other Resources

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