StackFrame2.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.