WebTestResultViewerExt.ResultWindows Property

 

Gets a list of the playback tool windows.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Syntax

public IEnumerable<WebTestResultViewer> ResultWindows { get; }
public:
property IEnumerable<WebTestResultViewer^>^ ResultWindows {
    IEnumerable<WebTestResultViewer^>^ get();
}
member ResultWindows : IEnumerable<WebTestResultViewer> with get
Public ReadOnly Property ResultWindows As IEnumerable(Of WebTestResultViewer)

Property Value

Type: System.Collections.Generic.IEnumerable<WebTestResultViewer>

Returns an IEnumerable<T> object that contains the playback tool windows in this WebTestResultViewerExt object.

See Also

WebTestResultViewerExt Class
Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Return to top