The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITechnologyManagerProxy::RemoveGlobalEventHandler Method (UITestEventType, IUITestEventNotify^)
Removes a global sink to notifiy actions raised by the plugin
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: virtual bool RemoveGlobalEventHandler( UITestEventType eventType, IUITestEventNotify^ eventSink ) override
Parameters
- eventType
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::UITestEventType
The type of event to remove.
- eventSink
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::IUITestEventNotify^
Sink used for notification
Show: