Zdarzenie WebTest.PostTransaction
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
Public Event PostTransaction As EventHandler(Of PostTransactionEventArgs)
public event EventHandler<PostTransactionEventArgs> PostTransaction
public:
event EventHandler<PostTransactionEventArgs^>^ PostTransaction {
void add (EventHandler<PostTransactionEventArgs^>^ value);
void remove (EventHandler<PostTransactionEventArgs^>^ value);
}
member PostTransaction : IEvent<EventHandler<PostTransactionEventArgs>,
PostTransactionEventArgs>
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.