WebTestResultViewerExt.SelectionChangedEventArgs.SelectedItem Property
The newly 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 newly selected item.
.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.