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> with get
function get ResultWindows () : IEnumerable<WebTestResultViewer>
Property Value
Type: IEnumerable<WebTestResultViewer>
Returns an IEnumerable object that contains the playback tool windows in this WebTestResultViewerExt object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.