IDTSBreakpointTarget100.Enabled 屬性

定義

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

屬性值

一個布 林值 ,表示斷點是否啟用。 true 表示斷點已啟用; false 表示該系統已被停用。

屬性

適用於