UITechnologyManager.RemoveGlobalEventHandler, méthode
Supprime l'événement spécifié.
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 RemoveGlobalEventHandler ( _
eventType As UITestEventType, _
eventSink As IUITestEventNotify _
) As Boolean
public abstract bool RemoveGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify eventSink
)
public:
virtual bool RemoveGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify^ eventSink
) abstract
abstract RemoveGlobalEventHandler :
eventType:UITestEventType *
eventSink:IUITestEventNotify -> bool
public abstract function RemoveGlobalEventHandler(
eventType : UITestEventType,
eventSink : IUITestEventNotify
) : boolean
Paramètres
- eventType
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
Membre de l'énumération UITestEventType.
- eventSink
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITestEventNotify
Objet IUITestEventNotify qui représente le récepteur d'événements inscrit.
Valeur de retour
Type : System.Boolean
true si l'événement a été correctement supprimé ; 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