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

適用於