WebTestResultViewerExt.WindowCreated (Evento)
Se produce cuando se crea una ventana de reproducción de pruebas web.
Espacio de nombres: Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado: Microsoft.VisualStudio.QualityTools.LoadTestPackage (en Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Sintaxis
'Declaración
Public Event WindowCreated As EventHandler(Of WebTestResultViewerExt..::..WindowCreatedEventArgs)
public event EventHandler<WebTestResultViewerExt..::..WindowCreatedEventArgs> WindowCreated
public:
event EventHandler<WebTestResultViewerExt..::..WindowCreatedEventArgs^>^ WindowCreated {
void add (EventHandler<WebTestResultViewerExt..::..WindowCreatedEventArgs^>^ value);
void remove (EventHandler<WebTestResultViewerExt..::..WindowCreatedEventArgs^>^ value);
}
member WindowCreated : IEvent<EventHandler<WebTestResultViewerExt..::..WindowCreatedEventArgs>,
WebTestResultViewerExt..::..WindowCreatedEventArgs>
JScript no admite eventos.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.LoadTesting (Espacio de nombres)