TestStepEvent.EventTime Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the time of the event using the high-resolution counter.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public ReadOnly Property EventTime As Long
Get
'Usage
Dim instance As TestStepEvent
Dim value As Long
value = instance.EventTime
public long EventTime { get; }
public:
property long long EventTime {
long long get ();
}
member EventTime : int64
function get EventTime () : long
Property Value
Type: System.Int64
This value is retrieved from QueryPerformanceCounter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.