Share via


IUITechnologyManager.GetSynchronizationWaiter Method

Definition

Returns an IUISynchronizationWaiter by using the provided element and event type.

public:
 Microsoft::VisualStudio::TestTools::UITest::Extension::IUISynchronizationWaiter ^ GetSynchronizationWaiter(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element, Microsoft::VisualStudio::TestTools::UITest::Extension::UITestEventType eventType);
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.VisualStudio.TestTools.UITest.Extension.IUISynchronizationWaiter GetSynchronizationWaiter (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element, Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType eventType);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetSynchronizationWaiter : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUISynchronizationWaiter
Public Function GetSynchronizationWaiter (element As IUITechnologyElement, eventType As UITestEventType) As IUISynchronizationWaiter

Parameters

eventType
UITestEventType

A UITestEventType object for which a waiter is required.

Returns

The requested waiter.

Attributes

Exceptions

Thrown only if this method is not supported by this technology manager.

Applies to