Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the immediate parent object of the breakpoint.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.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
See Parent.
.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.