共用方式為


PostTransactionEventArgs.Duration 屬性

取得異動從開始直到完成的持續期間。

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

語法

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

屬性值

型別:System.TimeSpan
異動的持續期間。

.NET Framework 安全性

請參閱

參考

PostTransactionEventArgs 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間