Metoda UITechnologyManager.AddGlobalEventHandler —
Dodaje ten Menedżer technologii sink zdarzeń globalnych.
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 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
Parametry
- eventType
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
Członek UITestEventType wyliczenie, który określa typ zdarzenia.
- eventSink
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITestEventNotify
IUITestEventNotify , Dzienniki zdarzeń.
Wartość zwracana
Typ: System.Boolean
true Jeśli typ zdarzenia jest obsługiwany i zostanie dodany pomyślnie; w przeciwnym razie false.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension