Udostępnij za pośrednictwem


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

Wartość zwracana

Typ: System.Boolean
true Jeśli pomyślnie usunięto zdarzenie; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITechnologyManager Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

UITestEventType

IUITestEventNotify