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.
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
Returns
true if the breakpoint is enabled; otherwise, false.
- Attributes