次の方法で共有


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 など)。

実装

適用対象