EvaluationLocation.CreateLocationForProject 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:
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
- evaluationPass
- EvaluationPass
- evaluationDescription
- String
- file
- String
- element
- IProjectElement