StackFrame2.Parent 属性

定义

获取 StackFrame 对象的直接父对象。

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

属性值

Thread

Thread 对象。

实现

属性

注解

请参阅 Parent

适用于