StackFrame2.Parent Property

Definition

Gets the immediate parent object of a StackFrame object.

public:
 property EnvDTE::Thread ^ Parent { EnvDTE::Thread ^ get(); };
public:
 property EnvDTE::Thread ^ Parent { EnvDTE::Thread ^ get(); };
[System.Runtime.InteropServices.DispId(201)]
public EnvDTE.Thread Parent { [System.Runtime.InteropServices.DispId(201)] get; }
[<System.Runtime.InteropServices.DispId(201)>]
[<get: System.Runtime.InteropServices.DispId(201)>]
member this.Parent : EnvDTE.Thread
Public ReadOnly Property Parent As Thread

Property Value

A Thread object.

Implements

Attributes

Remarks

See Parent.

Applies to