Método UITechnologyManagerProxy.RemoveGlobalEventHandler
Remove um coletor global para ações notifiy geradas pelo plug-in
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxe
'Declaração
Public Overrides Function RemoveGlobalEventHandler ( _
eventType As UITestEventType, _
eventSink As IUITestEventNotify _
) As Boolean
public override bool RemoveGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify eventSink
)
public:
virtual bool RemoveGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify^ eventSink
) override
abstract RemoveGlobalEventHandler :
eventType:UITestEventType *
eventSink:IUITestEventNotify -> bool
override RemoveGlobalEventHandler :
eventType:UITestEventType *
eventSink:IUITestEventNotify -> bool
public override function RemoveGlobalEventHandler(
eventType : UITestEventType,
eventSink : IUITestEventNotify
) : boolean
Parâmetros
- eventType
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
O tipo de evento para remover.
- eventSink
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITestEventNotify
Coletor usado para notificação
Valor de retorno
Tipo: System.Boolean
True se for bem-sucedida, se não falso.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.