UITechnologyManager.AddGlobalEventHandler, méthode
Ajoute un récepteur d'événements global à ce gestionnaire de technologies.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly : Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Déclaration
Public MustOverride Function AddGlobalEventHandler ( _
eventType As UITestEventType, _
eventSink As IUITestEventNotify _
) As Boolean
public abstract bool AddGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify eventSink
)
public:
virtual bool AddGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify^ eventSink
) abstract
abstract AddGlobalEventHandler :
eventType:UITestEventType *
eventSink:IUITestEventNotify -> bool
public abstract function AddGlobalEventHandler(
eventType : UITestEventType,
eventSink : IUITestEventNotify
) : boolean
Paramètres
- eventType
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
Membre de l'énumération UITestEventType qui spécifie le type d'événement.
- eventSink
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITestEventNotify
IUITestEventNotify qui consigne les événements.
Valeur de retour
Type : System.Boolean
true si le type d'événement est pris en charge et correctement ajouté ; sinon false.
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.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms