共用方式為


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)

傳回

IDictionary<SourceLocation,BreakpointTypes>

目前設定之中斷點位置和類型配對的清單。

適用於