DebuggerService.UpdateSourceLocations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- newSourceLocationMapping
- Dictionary<Object,SourceLocation>
A list of model item and breakpoint pairs.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.