IDesignerDebugView.GetBreakpointLocations 方法

定義

當在衍生類別中實作時,會回傳目前設定的斷點位置與型態對清單。

public:
 System::Collections::Generic::IDictionary<System::Activities::Debugger::SourceLocation ^, System::Activities::Presentation::Debug::BreakpointTypes> ^ GetBreakpointLocations();
public System.Collections.Generic.IDictionary<System.Activities.Debugger.SourceLocation,System.Activities.Presentation.Debug.BreakpointTypes> GetBreakpointLocations();
abstract member GetBreakpointLocations : unit -> System.Collections.Generic.IDictionary<System.Activities.Debugger.SourceLocation, System.Activities.Presentation.Debug.BreakpointTypes>
Public Function GetBreakpointLocations () As IDictionary(Of SourceLocation, BreakpointTypes)

傳回

目前設定的斷點位置與類型對清單。

適用於