共用方式為


WebTestResultViewerExt.TestCompletedEventArgs.WebTestResultViewer 屬性

取得引發事件的 Web 測試結果檢視器。

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

語法

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

屬性值

型別:Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewer
傳回引發事件的WebTestResultViewer

.NET Framework 安全性

請參閱

參考

WebTestResultViewerExt.TestCompletedEventArgs 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間