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)

返回

当前设置断点的位置和类型对列表。

适用于