Metoda UITechnologyManager.RemoveGlobalEventHandler —
Usuwa określone zdarzenie.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Składnia
'Deklaracja
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
Parametry
- eventType
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
Członek UITestEventType wyliczania.
- eventSink
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITestEventNotify
IUITestEventNotify Obiekt, który reprezentuje obiektu sink zdarzenia zarejestrowane.
Wartość zwracana
Typ: System.Boolean
true Jeśli pomyślnie usunięto zdarzenie; w przeciwnym razie false.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension