EvaluationLocation.CreateLocationForProject Method

Definition

public:
 static Microsoft::Build::Framework::Profiler::EvaluationLocation CreateLocationForProject(Nullable<long> parentId, Microsoft::Build::Framework::Profiler::EvaluationPass evaluationPass, System::String ^ evaluationDescription, System::String ^ file, Nullable<int> line, Microsoft::Build::Framework::IProjectElement ^ element);
public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForProject (long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, Microsoft.Build.Framework.IProjectElement element);
static member CreateLocationForProject : Nullable<int64> * Microsoft.Build.Framework.Profiler.EvaluationPass * string * string * Nullable<int> * Microsoft.Build.Framework.IProjectElement -> Microsoft.Build.Framework.Profiler.EvaluationLocation
Public Shared Function CreateLocationForProject (parentId As Nullable(Of Long), evaluationPass As EvaluationPass, evaluationDescription As String, file As String, line As Nullable(Of Integer), element As IProjectElement) As EvaluationLocation

Parameters

parentId
Nullable<Int64>
evaluationPass
EvaluationPass
evaluationDescription
String
file
String
line
Nullable<Int32>
element
IProjectElement

Returns

Applies to