共用方式為


LoadTestPackageExt.WebTestResultViewerExt 屬性

Web 測試使用者介面。

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

語法

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

屬性值

類型:Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewerExt
如果存在則為 Web 測試結果檢視器使用者介面,否則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

備註

處理WindowCreated事件來判斷是否顯示 Web 測試結果檢視器。

.NET Framework 安全性

請參閱

參考

LoadTestPackageExt 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間