Método UITechnologyManager.AddGlobalEventHandler
Adiciona um coletor de eventos de global para o gerente de tecnologia.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintaxe
'Declaração
Public MustOverride Function AddGlobalEventHandler ( _
eventType As UITestEventType, _
eventSink As IUITestEventNotify _
) As Boolean
public abstract bool AddGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify eventSink
)
public:
virtual bool AddGlobalEventHandler(
UITestEventType eventType,
IUITestEventNotify^ eventSink
) abstract
abstract AddGlobalEventHandler :
eventType:UITestEventType *
eventSink:IUITestEventNotify -> bool
public abstract function AddGlobalEventHandler(
eventType : UITestEventType,
eventSink : IUITestEventNotify
) : boolean
Parâmetros
- eventType
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
Um membro do UITestEventType enumeração que especifica o tipo de evento.
- eventSink
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITestEventNotify
Um IUITestEventNotify que logs de eventos.
Valor de retorno
Tipo: System.Boolean
true Se o tipo de evento é suportado e adicionado com êxito; Caso contrário, false.
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.