UITechnologyManager.GetSynchronizationWaiter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an IUISynchronizationWaiter by using the provided element and event type.
public:
abstract Microsoft::VisualStudio::TestTools::UITest::Extension::IUISynchronizationWaiter ^ GetSynchronizationWaiter(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element, Microsoft::VisualStudio::TestTools::UITest::Extension::UITestEventType eventType);
public abstract Microsoft.VisualStudio.TestTools.UITest.Extension.IUISynchronizationWaiter GetSynchronizationWaiter (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element, Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType eventType);
abstract member GetSynchronizationWaiter : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUISynchronizationWaiter
Public MustOverride Function GetSynchronizationWaiter (element As IUITechnologyElement, eventType As UITestEventType) As IUISynchronizationWaiter
Parameters
- element
- IUITechnologyElement
An IUITechnologyElement object.
- eventType
- UITestEventType
A UITestEventType object for which a waiter is required.
Returns
The requested waiter.
Implements
Exceptions
Thrown only if this method is not supported by this technology manager.