Aracılığıyla paylaş


WebTest.PreTransaction Olay

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
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 olayları desteklemez.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı