共用方式為


UITechnologyManager.GetSynchronizationWaiter 方法

使用提供的項目與事件類型,傳回 IUISynchronizationWaiter

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
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

參數

傳回值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUISynchronizationWaiter
要求的等候者。

實作

IUITechnologyManager.GetSynchronizationWaiter(IUITechnologyElement, UITestEventType)

例外狀況

例外狀況 條件
NotSupportedException

只有在這個技術管理員不支援這個方法時才會擲回。

.NET Framework 安全性

請參閱

參考

UITechnologyManager 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

IUITechnologyElement

UITestEventType

IUISynchronizationWaiter