次の方法で共有


DebuggerService.DeleteBreakpoint(SourceLocation) メソッド

定義

ソース ファイル内の特定の位置にあるブレークポイントを削除します。

public:
 virtual void DeleteBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation);
public void DeleteBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation);
abstract member DeleteBreakpoint : System.Activities.Debugger.SourceLocation -> unit
override this.DeleteBreakpoint : System.Activities.Debugger.SourceLocation -> unit
Public Sub DeleteBreakpoint (sourceLocation As SourceLocation)

パラメーター

sourceLocation
SourceLocation

ソース ファイル内の位置。

実装

適用対象