EvaluationLocation.WithEvaluationPass(EvaluationPass, String) 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.
public Microsoft.Build.Framework.Profiler.EvaluationLocation WithEvaluationPass (Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string passDescription = default);
public readonly Microsoft.Build.Framework.Profiler.EvaluationLocation WithEvaluationPass (Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string passDescription = default);
member this.WithEvaluationPass : Microsoft.Build.Framework.Profiler.EvaluationPass * string -> Microsoft.Build.Framework.Profiler.EvaluationLocation
Public Function WithEvaluationPass (evaluationPass As EvaluationPass, Optional passDescription As String = Nothing) As EvaluationLocation
Parameters
- evaluationPass
- EvaluationPass
- passDescription
- String