Partilhar via


Propriedade TestSelectedEventArgs.TestName

Obtém ou define o nome do teste que é selecionado.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxe

'Declaração
Public Property TestName As String
public string TestName { get; set; }
public:
property String^ TestName {
    String^ get ();
    void set (String^ value);
}
member TestName : string with get, set
function get TestName () : String
function set TestName (value : String)

Valor de propriedade

Tipo: System.String
O nome do teste que é selecionado.

Comentários

Um plug-in de teste de carga pode substituir o teste que é selecionado com um teste diferente, definindo a propriedade TestName.

Segurança do .NET Framework

Consulte também

Referência

TestSelectedEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting