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

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

Property Value

Type: System.Collections.Generic.IEnumerable<WebTestResultViewer>
Returns an IEnumerable<T> object that contains the playback tool windows in this WebTestResultViewerExt object.

.NET Framework Security

See Also

Reference

WebTestResultViewerExt Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace