Поделиться через


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>

Список пар элементов модели и точек останова.

Применяется к