EvaluationLocation.WithFileLineAndCondition 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 WithFileLineAndCondition(System::String ^ file, Nullable<int> line, System::String ^ condition);
public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndCondition (string file, int? line, string condition);
member this.WithFileLineAndCondition : string * Nullable<int> * string -> Microsoft.Build.Framework.Profiler.EvaluationLocation
Public Function WithFileLineAndCondition (file As String, line As Nullable(Of Integer), condition As String) As EvaluationLocation
Parameters
- file
- String
- condition
- String