EvaluationLocation.WithFileLineAndCondition Method

Definition

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
line
Nullable<Int32>
condition
String

Returns

Applies to