다음을 통해 공유


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)

반환

현재 설정된 중단점 위치-형식 쌍의 목록입니다.

적용 대상