IDTSBreakpointManager100.IsBreakpointTargetEnabled(Int32) Method

Definition

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

Applies to