DebuggerService.UpdateSourceLocations(Dictionary<Object,SourceLocation>) Método
Definição
Coleta o novo mapeamento de item de modelo e pontos de interrupção de SourceLocationMapping.Collects the new mapping of model item and breakpoints from 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))
Parâmetros
- newSourceLocationMapping
- Dictionary<Object,SourceLocation>
Uma lista de pares de item de modelo e ponto de interrupção.A list of model item and breakpoint pairs.