WebTestResultViewerExt.WindowCreated, événement
Se produit lorsqu'une fenêtre de lecture de test Web est créée.
Espace de noms : Microsoft.VisualStudio.TestTools.LoadTesting
Assembly : Microsoft.VisualStudio.QualityTools.LoadTestPackage (dans Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms