Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs when a test is completed in a Web test playback window.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Event TestCompleted As EventHandler(Of WebTestResultViewerExt.TestCompletedEventArgs)
public event EventHandler<WebTestResultViewerExt.TestCompletedEventArgs> TestCompleted
public:
event EventHandler<WebTestResultViewerExt::TestCompletedEventArgs^>^ TestCompleted {
void add (EventHandler<WebTestResultViewerExt::TestCompletedEventArgs^>^ value);
void remove (EventHandler<WebTestResultViewerExt::TestCompletedEventArgs^>^ value);
}
member TestCompleted : IEvent<EventHandler<WebTestResultViewerExt.TestCompletedEventArgs>,
WebTestResultViewerExt.TestCompletedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.