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
- 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