EvaluationLocation.CreateLocationForCondition 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 CreateLocationForCondition(Nullable<long> parentId, Microsoft::Build::Framework::Profiler::EvaluationPass evaluationPass, System::String ^ evaluationDescription, System::String ^ file, Nullable<int> line, System::String ^ condition);
public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForCondition (long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string condition);
static member CreateLocationForCondition : Nullable<int64> * Microsoft.Build.Framework.Profiler.EvaluationPass * string * string * Nullable<int> * string -> Microsoft.Build.Framework.Profiler.EvaluationLocation
Public Shared Function CreateLocationForCondition (parentId As Nullable(Of Long), evaluationPass As EvaluationPass, evaluationDescription As String, file As String, line As Nullable(Of Integer), condition As String) As EvaluationLocation
Parameters
- evaluationPass
- EvaluationPass
- evaluationDescription
- String
- file
- String
- condition
- String