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

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

Breakpoint Members

EnvDTE Namespace

Other Resources

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