IDTSBreakpointManager100.RemoveBreakpointTarget(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, removes a previously created breakpoint from a task.
public:
void RemoveBreakpointTarget(int breakpointID);
[System.Runtime.InteropServices.DispId(1)]
public void RemoveBreakpointTarget (int breakpointID);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member RemoveBreakpointTarget : int -> unit
Public Sub RemoveBreakpointTarget (breakpointID As Integer)
Parameters
- breakpointID
- Int32
The ID of the breakpoint to remove.
- Attributes