次の方法で共有


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>

現在設定されているブレークポイントの位置と型のペアのリスト。

適用対象