EvaluationLocation.WithParentId(Nullable<Int64>) 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 WithParentId(Nullable<long> parentId);
public Microsoft.Build.Framework.Profiler.EvaluationLocation WithParentId (long? parentId);
member this.WithParentId : Nullable<int64> -> Microsoft.Build.Framework.Profiler.EvaluationLocation
Public Function WithParentId (parentId As Nullable(Of Long)) As EvaluationLocation