Classe WebTestResultViewerExt.TestCompletedEventArgs
Fornisce dati per l'evento TestCompleted.
Gerarchia di ereditarietà
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewerExt.TestCompletedEventArgs
Spazio dei nomi: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class TestCompletedEventArgs _
Inherits EventArgs
public sealed class TestCompletedEventArgs : EventArgs
public ref class TestCompletedEventArgs sealed : public EventArgs
[<Sealed>]
type TestCompletedEventArgs =
class
inherit EventArgs
end
public final class TestCompletedEventArgs extends EventArgs
Il tipo WebTestResultViewerExt.TestCompletedEventArgs espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
TestResultId | ID del risultato del test completato. | |
WebTestResultViewer | Ottiene il visualizzatore dei risultati del test Web che ha generato l'evento. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object) | |
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting