DebuggerService.UpdateSourceLocations 메서드

정의

SourceLocationMapping에서 모델 항목 및 중단점의 새 매핑을 수집합니다.

public:
 void UpdateSourceLocations(System::Collections::Generic::Dictionary<System::Object ^, System::Activities::Debugger::SourceLocation ^> ^ newSourceLocationMapping);
public void UpdateSourceLocations (System.Collections.Generic.Dictionary<object,System.Activities.Debugger.SourceLocation> newSourceLocationMapping);
member this.UpdateSourceLocations : System.Collections.Generic.Dictionary<obj, System.Activities.Debugger.SourceLocation> -> unit
Public Sub UpdateSourceLocations (newSourceLocationMapping As Dictionary(Of Object, SourceLocation))

매개 변수

newSourceLocationMapping
Dictionary<Object,SourceLocation>

모델 항목 및 중단점 쌍의 목록입니다.

적용 대상