Compartir a través de


UITechnologyManager.RemoveGlobalEventHandler (Método)

Quita el evento especificado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: Boolean
true si el evento se ha quitado correctamente; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyManager Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)

UITestEventType

IUITestEventNotify