共用方式為


TestCaseEvent.EventTime 屬性

使用高解析度計數器,從 QueryPerformanceCounter 中,擷取取得事件的時間。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public ReadOnly Property EventTime As Long
public long EventTime { get; }
public:
property long long EventTime {
    long long get ();
}
member EventTime : int64 with get
function get EventTime () : long

屬性值

型別:System.Int64

.NET Framework 安全性

請參閱

參考

TestCaseEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間