IUITechnologyManager.GetSynchronizationWaiter 方法
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
使用提供的項目與事件類型,傳回 IUISynchronizationWaiter。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Function GetSynchronizationWaiter ( _
element As IUITechnologyElement, _
eventType As UITestEventType _
) As IUISynchronizationWaiter
IUISynchronizationWaiter GetSynchronizationWaiter(
IUITechnologyElement element,
UITestEventType eventType
)
IUISynchronizationWaiter^ GetSynchronizationWaiter(
IUITechnologyElement^ element,
UITestEventType eventType
)
abstract GetSynchronizationWaiter :
element:IUITechnologyElement *
eventType:UITestEventType -> IUISynchronizationWaiter
function GetSynchronizationWaiter(
element : IUITechnologyElement,
eventType : UITestEventType
) : IUISynchronizationWaiter
參數
- element
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
IUITechnologyElement 物件。
- eventType
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
需要等候者的 UITestEventType 物件。
傳回值
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUISynchronizationWaiter
要求的等候者。
例外狀況
例外狀況 | 條件 |
---|---|
NotSupportedException | 只有在這個技術管理員不支援這個方法時才會擲回。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。