Evento LoadTest.TestSelected
Ocorre sempre que uma iteração de um dos testes contidos o LoadTest está selecionada.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Sintaxe
Public Event TestSelected As EventHandler(Of TestSelectedEventArgs)
Dim instance As LoadTest
Dim handler As EventHandler(Of TestSelectedEventArgs)
AddHandler instance.TestSelected, handler
public event EventHandler<TestSelectedEventArgs> TestSelected
public:
event EventHandler<TestSelectedEventArgs^>^ TestSelected {
void add (EventHandler<TestSelectedEventArgs^>^ value);
void remove (EventHandler<TestSelectedEventArgs^>^ value);
}
O JScript não oferece suporte a eventos.
Comentários
O manipulador de eventos pode alterar o teste seja iniciado, definindo o TestName propriedade das TestStartingEventArgs classe.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.