Program.Parent Property

Gets the immediate parent object of a Program object.

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

Syntax

'Declaration
ReadOnly Property Parent As Debugger
Debugger Parent { get; }
property Debugger^ Parent {
    Debugger^ get ();
}
abstract Parent : Debugger with get
function get Parent () : Debugger

Property Value

Type: EnvDTE.Debugger
A Debugger object.

Remarks

The Parent property returns the immediate parent to the Program object. To get the containing collection, use the Collection property.

.NET Framework Security

See Also

Reference

Program Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples