SourceLocationProvider Class

.NET Framework (current version)
 

Provides SourceLocation information for the mapping of a root activity and its descendants to their corresponding source locations.

Namespace:   System.Activities.Debugger
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.Debugger::SourceLocationProvider

public ref class SourceLocationProvider abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCollectMapping(Activity^, Activity^, Dictionary<Object^, SourceLocation^>^, String^)

Creates to a dictionary type collection of mappings of the root activity and its descendants to their corresponding source locations.

System_CAPS_pubmethodSystem_CAPS_staticGetSourceLocations(Activity^, WorkflowSymbol^)

Gets the source locations for the specified root activity and workflow symbols.

System_CAPS_pubmethodSystem_CAPS_staticGetSymbols(Activity^, Dictionary<Object^, SourceLocation^>^)

Gets the workflow symbols for the specified root activity and source locations.

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: