共用方式為


WebTestResultViewer.TestResultId 屬性

取得結果視窗的測試結果 ID。

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

語法

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

屬性值

型別:System.Guid
傳回Guid,用於識別測試結果視窗。

.NET Framework 安全性

請參閱

參考

WebTestResultViewer 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間