DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) メソッド

定義

指定した場所に、指定した型の新しいブレークポイントを挿入します。

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

パラメーター

sourceLocation
SourceLocation

新しいブレークポイントを受け取るソース ファイル内の場所。

breakpointType
BreakpointTypes

ブレークポイントの型。たとえば、None、Enabled、Bounded、Conditional などです。

実装

適用対象