共用方式為


TestIterationResult.Duration 屬性

取得測試的持續期間。

命名空間:  Microsoft.VisualStudio.TestTools.LoadTesting
組件:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property Duration As TimeSpan
    Get
public TimeSpan Duration { get; }
public:
property TimeSpan Duration {
    TimeSpan get ();
}
member Duration : TimeSpan
function get Duration () : TimeSpan

屬性值

型別:System.TimeSpan
TimeSpan 結構。

.NET Framework 安全性

請參閱

參考

TestIterationResult 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間