Delen via


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
'Usage
Dim instance As Program 
Dim value As Debugger 

value = instance.Parent
Debugger Parent { get; }
property Debugger^ Parent {
    Debugger^ 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

Program Members

EnvDTE Namespace

Other Resources

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