Breakpoint3.Enabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns the enabled state of the breakpoint.
public:
property bool Enabled { bool get(); void set(bool value); };
public:
property bool Enabled { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(113)]
public bool Enabled { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean
Property Value
A Boolean value that is true
if the breakpoint is enabled, otherwise false
.
Implements
- Attributes
Remarks
See Enabled.