IDTSBreakpointManager100.IsBreakpointTargetEnabled(Int32) Method
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.
When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled.
public:
bool IsBreakpointTargetEnabled(int breakpointID);
[System.Runtime.InteropServices.DispId(2)]
public bool IsBreakpointTargetEnabled (int breakpointID);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member IsBreakpointTargetEnabled : int -> bool
Public Function IsBreakpointTargetEnabled (breakpointID As Integer) As Boolean
Parameters
- breakpointID
- Int32
The ID of the breakpoint that you want to verify if it is enabled or not.
Returns
true if the breakpoint is enabled; otherwise, false.
- Attributes