Breakpoint3.BreakWhenHit 属性

定义

获取或设置一个值,该值指示在遇到断点时程序是否中断。

public:
 property bool BreakWhenHit { bool get(); void set(bool value); };
public:
 property bool BreakWhenHit { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1102)]
public bool BreakWhenHit { [System.Runtime.InteropServices.DispId(1102)] get; [System.Runtime.InteropServices.DispId(1102)] set; }
[<System.Runtime.InteropServices.DispId(1102)>]
[<get: System.Runtime.InteropServices.DispId(1102)>]
[<set: System.Runtime.InteropServices.DispId(1102)>]
member this.BreakWhenHit : bool with get, set
Public Property BreakWhenHit As Boolean

属性值

Boolean

实现

属性

适用于