WebTest.PreTransaction (Evento)

Actualización: noviembre 2007

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

Sintaxis

Public Event PreTransaction As EventHandler(Of PreTransactionEventArgs)

Dim instance As WebTest
Dim handler As EventHandler(Of PreTransactionEventArgs)

AddHandler instance.PreTransaction, handler
public event EventHandler<PreTransactionEventArgs> PreTransaction
public:
 event EventHandler<PreTransactionEventArgs^>^ PreTransaction {
    void add (EventHandler<PreTransactionEventArgs^>^ value);
    void remove (EventHandler<PreTransactionEventArgs^>^ value);
}
JScript no admite eventos.

Permisos

Vea también

Referencia

WebTest (Clase)

WebTest (Miembros)

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