Evento WebTest.PostTransaction

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting