IDesignerDebugView.GetBreakpointLocations 方法

定义

在派生类中实现时,返回当前已设置断点的位置/类型对的列表。When implemented in a derived class, returns a list of currently set breakpoint location-and-type pairs.

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>

当前设置断点的位置和类型对列表。A list of currently set breakpoint location-and-type pairs.

适用于