次の方法で共有


IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) メソッド

定義

派生クラスで実装された場合、ファイル内の指定された位置にあるブレークポイントの種類を更新します。

public:
 void UpdateBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation, System::Activities::Presentation::Debug::BreakpointTypes breakpointType);
public void UpdateBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes breakpointType);
abstract member UpdateBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
Public Sub UpdateBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)

パラメーター

sourceLocation
SourceLocation

ターゲットのソース コード ファイルの特定の場所。

breakpointType
BreakpointTypes

指定されたブレークポイントの種類 (行のブレークポイント、メソッドのブレークポイント、例外のブレークポイントなど)。

適用対象