Udostępnij za pośrednictwem


Metoda UITechnologyManager.GetSynchronizationWaiter —

Zwraca IUISynchronizationWaiter przy użyciu podanego typu element i zdarzeń.

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 GetSynchronizationWaiter ( _
    element As IUITechnologyElement, _
    eventType As UITestEventType _
) As IUISynchronizationWaiter
public abstract IUISynchronizationWaiter GetSynchronizationWaiter(
    IUITechnologyElement element,
    UITestEventType eventType
)
public:
virtual IUISynchronizationWaiter^ GetSynchronizationWaiter(
    IUITechnologyElement^ element, 
    UITestEventType eventType
) abstract
abstract GetSynchronizationWaiter : 
        element:IUITechnologyElement * 
        eventType:UITestEventType -> IUISynchronizationWaiter 
public abstract function GetSynchronizationWaiter(
    element : IUITechnologyElement, 
    eventType : UITestEventType
) : IUISynchronizationWaiter

Parametry

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUISynchronizationWaiter
Żądana kelner.

Implementuje

IUITechnologyManager.GetSynchronizationWaiter(IUITechnologyElement, UITestEventType)

Wyjątki

Wyjątek Warunek
NotSupportedException

Zgłoszony tylko wtedy, gdy metoda ta nie jest obsługiwany przez ten Menedżer technologii.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITechnologyManager Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement

UITestEventType

IUISynchronizationWaiter