Zdarzenie WebTest.PreTransaction
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
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>
Język JScript nie obsługuje zdarzeń.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.