Compartir a través de


TestSelectedEventArgs.ScenarioName (Propiedad)

Obtiene el nombre del escenario que contiene la prueba que se ha seleccionado.

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

Sintaxis

'Declaración
Public ReadOnly Property ScenarioName As String
public string ScenarioName { get; }
public:
property String^ ScenarioName {
    String^ get ();
}
member ScenarioName : string with get
function get ScenarioName () : String

Valor de propiedad

Tipo: String
Un nombre de escenario.

Seguridad de .NET Framework

Vea también

Referencia

TestSelectedEventArgs Clase

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

Otros recursos

About Scenarios