EvaluationLocation.WithFileLineAndElement 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:
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
- element
- IProjectElement