Breakpoint2::Parent Property

 

Gets the immediate parent object of the breakpoint.

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

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

Property Value

Type: EnvDTE::Breakpoint^

The Breakpoints collection.

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.

Return to top
Show: