Compartir a través de


WebTestResultViewer.SelectedItem (Propiedad)

Obtiene el elemento actualmente seleccionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (en Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Sintaxis

'Declaración
Public ReadOnly Property SelectedItem As WebTestResultUnit
    Get
public WebTestResultUnit SelectedItem { get; }
public:
property WebTestResultUnit^ SelectedItem {
    WebTestResultUnit^ get ();
}
member SelectedItem : WebTestResultUnit
function get SelectedItem () : WebTestResultUnit

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Devuelve un objeto WebTestResultUnit que representa el elemento seleccionado actualmente.

Seguridad de .NET Framework

Vea también

Referencia

WebTestResultViewer Clase

Microsoft.VisualStudio.TestTools.LoadTesting (Espacio de nombres)