Método UITechnologyManagerProxy.AddGlobalEventHandler
Adiciona um coletor global para notificar as ações 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 AddGlobalEventHandler ( _
eventType As UITestEventType, _
eventSink As IUITestEventNotify _
) As Boolean
public override bool AddGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify eventSink
)
public:
virtual bool AddGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify^ eventSink
) override
abstract AddGlobalEventHandler :
eventType:UITestEventType *
eventSink:IUITestEventNotify -> bool
override AddGlobalEventHandler :
eventType:UITestEventType *
eventSink:IUITestEventNotify -> bool
public override function AddGlobalEventHandler(
eventType : UITestEventType,
eventSink : IUITestEventNotify
) : boolean
Parâmetros
- eventType
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
O tipo de evento para escutar um.
- 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.