IDTSBreakpointManager100.RemoveBreakpointTarget(Int32) Method

Definition

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

Applies to