Evento WebTestResultViewerExt.SelectionChanged
Si verifica quando viene modificata una seleziona in una finestra di riproduzione del test Web.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Sintassi
'Dichiarazione
Public Event SelectionChanged As EventHandler(Of WebTestResultViewerExt.SelectionChangedEventArgs)
public event EventHandler<WebTestResultViewerExt.SelectionChangedEventArgs> SelectionChanged
public:
event EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ SelectionChanged {
void add (EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ value);
void remove (EventHandler<WebTestResultViewerExt::SelectionChangedEventArgs^>^ value);
}
member SelectionChanged : IEvent<EventHandler<WebTestResultViewerExt.SelectionChangedEventArgs>,
WebTestResultViewerExt.SelectionChangedEventArgs>
JScript non supporta gli eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting