WebTest.PostTransaction-Ereignis
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
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>
JScript unterstützt keine Ereignisse.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.