Breakpoint3.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

适用于