Delen via


ExceptionGroups.Parent Property

Gets the immediate parent object of an ExceptionGroups collection, in this case the Debugger3 object.

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

Syntax

'Declaration
ReadOnly Property Parent As Debugger
'Usage
Dim instance As ExceptionGroups 
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 Debugger3 object.

.NET Framework Security

See Also

Reference

ExceptionGroups Interface

ExceptionGroups Members

EnvDTE90 Namespace

Other Resources

Working With Threads and Processes

Automation Object Model Chart

How to: Use the Threads Window