Debugger5.ForceContinue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值决定在跟踪点或断点完成执行宏的过程后调试器是中断还是继续。 默认行为是由用户在创建跟踪点或断点时在对话框中设置的。 此属性可用于更改该默认行为。
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
属性值
一个布尔值, true 如果将强制继续,则为; 否则为 false 。
实现
- 属性