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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。