Breakpoint::Parent Property

 

Gets the immediate parent object of a Breakpoint object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property Breakpoint^ Parent {
	Breakpoint^ get();
}

Property Value

Type: EnvDTE::Breakpoint^

A Breakpoint object.

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

Return to top
Show: