WebTestResultViewer.SelectedItem Property

Gets the currently selected item.

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

Syntax

'Declaration
Public ReadOnly Property SelectedItem As WebTestResultUnit
public WebTestResultUnit SelectedItem { get; }
public:
property WebTestResultUnit^ SelectedItem {
    WebTestResultUnit^ get ();
}
member SelectedItem : WebTestResultUnit with get
function get SelectedItem () : WebTestResultUnit

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Returns a WebTestResultUnit object that represents the currently selected item.

.NET Framework Security

See Also

Reference

WebTestResultViewer Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace