WebTest.PreRequestDataBinding, é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 PreRequestDataBinding As EventHandler(Of PreRequestDataBindingEventArgs)
public event EventHandler<PreRequestDataBindingEventArgs> PreRequestDataBinding
public:
event EventHandler<PreRequestDataBindingEventArgs^>^ PreRequestDataBinding {
void add (EventHandler<PreRequestDataBindingEventArgs^>^ value);
void remove (EventHandler<PreRequestDataBindingEventArgs^>^ value);
}
member PreRequestDataBinding : IEvent<EventHandler<PreRequestDataBindingEventArgs>,
PreRequestDataBindingEventArgs>
JScript ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.