IDTSBreakpointTarget100.BreakOnExpressionChange 属性

定义

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

属性值

Boolean

一个 布尔值 ,该值指示在表达式更改时代码是否中断。 如果为 true ,则表示包将中断; false 指示包不会中断。

属性

适用于