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::SelectionChangedEventArgs::SelectedItem Property

 

The newly selected item.

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

public:
property WebTestResultUnit^ SelectedItem {
	WebTestResultUnit^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultUnit^

Returns a WebTestResultUnit object that represents the newly selected item.

Return to top
Show: