IDesignerDebugView.DeleteBreakpoint(SourceLocation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在衍生類別中實作時,會移除來源檔案中指定位置的斷點。
public:
void DeleteBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation);
public void DeleteBreakpoint(System.Activities.Debugger.SourceLocation sourceLocation);
abstract member DeleteBreakpoint : System.Activities.Debugger.SourceLocation -> unit
Public Sub DeleteBreakpoint (sourceLocation As SourceLocation)
參數
- sourceLocation
- SourceLocation
目標原始碼檔案中的特定位置。