EvaluationLocation.WithParentId(Nullable<Int64>) Method

Definition

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

Parameters

parentId
Nullable<Int64>

Returns

Applies to