Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property IEnumerable<WebTestResultViewer^>^ ResultWindows {
	IEnumerable<WebTestResultViewer^>^ get();
}

Property Value

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

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

Return to top
Show: