EvaluationLocation.WithFileLineAndElement Method

Definition

public:
 Microsoft::Build::Framework::Profiler::EvaluationLocation WithFileLineAndElement(System::String ^ file, Nullable<int> line, Microsoft::Build::Framework::IProjectElement ^ element);
public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndElement (string file, int? line, Microsoft.Build.Framework.IProjectElement element);
member this.WithFileLineAndElement : string * Nullable<int> * Microsoft.Build.Framework.IProjectElement -> Microsoft.Build.Framework.Profiler.EvaluationLocation
Public Function WithFileLineAndElement (file As String, line As Nullable(Of Integer), element As IProjectElement) As EvaluationLocation

Parameters

file
String
line
Nullable<Int32>
element
IProjectElement

Returns

Applies to