Condividi tramite


Proprietà WebTestResultViewerExt.SelectionChangedEventArgs.SelectedItem

Ultimo elemento selezionato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Restituisce un oggetto WebTestResultUnit che rappresenta l'ultimo elemento selezionato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResultViewerExt.SelectionChangedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting