Constructor UtilityTraceParameters
UtilityTraceParameters(UtilityTraceType, IEnumerable<UtilityElement>)
Initializes a new instance of the Utility
Declaration
public UtilityTraceParameters(UtilityTraceType traceType, IEnumerable<UtilityElement> startingLocations)
Parameters
Type | Name | Description |
---|---|---|
Utility |
traceType | The type of trace to perform. |
IEnumerable<Utility |
startingLocations | The starting locations to begin the trace at. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
UtilityTraceParameters(UtilityNamedTraceConfiguration, IEnumerable<UtilityElement>)
Initializes a new instance of the Utility
Declaration
public UtilityTraceParameters(UtilityNamedTraceConfiguration namedTraceConfiguration, IEnumerable<UtilityElement> startingLocations)
Parameters
Type | Name | Description |
---|---|---|
Utility |
namedTraceConfiguration | The Utility |
IEnumerable<Utility |
startingLocations | The collection of starting locations. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |