Compartir a través de


WebTest.PostTransaction (Evento)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Event PostTransaction As EventHandler(Of PostTransactionEventArgs)
public event EventHandler<PostTransactionEventArgs> PostTransaction
public:
 event EventHandler<PostTransactionEventArgs^>^ PostTransaction {
    void add (EventHandler<PostTransactionEventArgs^>^ value);
    void remove (EventHandler<PostTransactionEventArgs^>^ value);
}
member PostTransaction : IEvent<EventHandler<PostTransactionEventArgs>,
    PostTransactionEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

WebTest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)