DkmTraceTimeContext.ApproximatePosition Property

Definition

An approximation of this position relative to the beginning of the trace. In some cases the amount of trace time can change so the approximation cannot be assumed to be constant relative to the end point. This is used for display purposes only and shouldn't be used as an exact position in the trace.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public:
 property double ApproximatePosition { double get(); };
public double ApproximatePosition { get; }
member this.ApproximatePosition : double
Public ReadOnly Property ApproximatePosition As Double

Property Value

Applies to