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 表示它已禁用。

属性

适用于