Partager via


WebTest.PreTransaction, événement

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

WebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms