Breakpoint2.Parent 属性

定义

获取断点的直接父对象。

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

属性值

Breakpoint

Breakpoints 集合。

实现

属性

注解

Parent属性将直接父级返回到,即 Breakpoint Breakpoints 集合。 如果要获取包含集合,则使用 Collection 属性。

适用于