Debugger5.ForceContinue 属性

定义

获取或设置一个值,该值决定在跟踪点或断点完成执行宏的过程后调试器是中断还是继续。 默认行为是由用户在创建跟踪点或断点时在对话框中设置的。 此属性可用于更改该默认行为。

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

属性值

Boolean

一个布尔值, true 如果将强制继续,则为; 否则为 false

实现

属性

适用于