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>

模型項目與斷點對的清單。

適用於