Share via


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

定義

指定された種類が表示されるように、指定されたブレークポイントの外観を更新します。

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

パラメーター

sourceLocation
SourceLocation

更新するブレークポイントの位置。

newBreakpointType
BreakpointTypes

BreakpointTypes 列挙型で指定されている、新しいブレークポイントの種類。

実装

適用対象