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