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

属性值

一个布 尔值 ,表示表达式变化时代码是否会被破坏。 true 表示该包将被破坏; false 表示包裹不会损坏。

属性

注解

有关详细信息,请参阅 BreakpointTarget

适用于