EvaluationLocation.WithFile(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 WithFile(System::String ^ file);
public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFile (string file);
member this.WithFile : string -> Microsoft.Build.Framework.Profiler.EvaluationLocation
Public Function WithFile (file As String) As EvaluationLocation
Parameters
- file
- String