Condividi tramite


Evento WebTest.PreTransaction

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Event PreTransaction As EventHandler(Of PreTransactionEventArgs)
public event EventHandler<PreTransactionEventArgs> PreTransaction
public:
 event EventHandler<PreTransactionEventArgs^>^ PreTransaction {
    void add (EventHandler<PreTransactionEventArgs^>^ value);
    void remove (EventHandler<PreTransactionEventArgs^>^ value);
}
member PreTransaction : IEvent<EventHandler<PreTransactionEventArgs>,
    PreTransactionEventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting