Breakpoint2.Parent Property
Gets the immediate parent object of the breakpoint.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property Parent As Breakpoint
Breakpoint Parent { get; }
property Breakpoint^ Parent {
Breakpoint^ get ();
}
abstract Parent : Breakpoint with get
function get Parent () : Breakpoint
Property Value
Type: EnvDTE.Breakpoint
The Breakpoints collection.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples