SourceLocationProvider.CollectMapping Methode

Definitie

Hiermee maakt u een verzameling woordenlijsttypen van toewijzingen van de hoofdactiviteit en de onderliggende onderliggende gegevens aan de bijbehorende bronlocaties.

public:
 static void CollectMapping(System::Activities::Activity ^ rootActivity1, System::Activities::Activity ^ rootActivity2, System::Collections::Generic::Dictionary<System::Object ^, System::Activities::Debugger::SourceLocation ^> ^ mapping, System::String ^ path);
public static void CollectMapping(System.Activities.Activity rootActivity1, System.Activities.Activity rootActivity2, System.Collections.Generic.Dictionary<object,System.Activities.Debugger.SourceLocation> mapping, string path);
static member CollectMapping : System.Activities.Activity * System.Activities.Activity * System.Collections.Generic.Dictionary<obj, System.Activities.Debugger.SourceLocation> * string -> unit
Public Shared Sub CollectMapping (rootActivity1 As Activity, rootActivity2 As Activity, mapping As Dictionary(Of Object, SourceLocation), path As String)

Parameters

rootActivity1
Activity

Een werkstroomelement dat een activiteit vertegenwoordigt die niet is toegewezen aan een bronlocatie.

rootActivity2
Activity

Een werkstroomelement dat schaduwen rootActivity1 bevat, maar specifieke bronlocaties heeft waaraan de leden zijn toegewezen.

mapping
Dictionary<Object,SourceLocation>

Een woordenlijstobject dat een hoofdactiviteit en de onderliggende waarden bevat, die elk zijn toegewezen aan een bronlocatie.

path
String

Het pad van het bronbestand dat moet worden gebruikt.

Van toepassing op