SourceLocationProvider Class
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.
Provides SourceLocation information for the mapping of a root activity and its descendants to their corresponding source locations.
public ref class SourceLocationProvider abstract sealed
public static class SourceLocationProvider
type SourceLocationProvider = class
Public Class SourceLocationProvider
- Inheritance
-
SourceLocationProvider
Methods
CollectMapping(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. |
GetSourceLocations(Activity, WorkflowSymbol) |
Gets the source locations for the specified root activity and workflow symbols. |
GetSymbols(Activity, Dictionary<Object,SourceLocation>) |
Gets the workflow symbols for the specified root activity and source locations. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET