IUITechnologyManager.MatchElement 方法
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
傳回值,這個值表示提供的項目是否符合先前剖析的查詢 ID Cookie。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Function MatchElement ( _
element As IUITechnologyElement, _
parsedQueryIdCookie As Object, _
<OutAttribute> ByRef useEngine As Boolean _
) As Boolean
bool MatchElement(
IUITechnologyElement element,
Object parsedQueryIdCookie,
out bool useEngine
)
bool MatchElement(
IUITechnologyElement^ element,
Object^ parsedQueryIdCookie,
[OutAttribute] bool% useEngine
)
abstract MatchElement :
element:IUITechnologyElement *
parsedQueryIdCookie:Object *
useEngine:bool byref -> bool
function MatchElement(
element : IUITechnologyElement,
parsedQueryIdCookie : Object,
useEngine : boolean
) : boolean
參數
- element
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
IUITechnologyElement 物件。
- parsedQueryIdCookie
型別:System.Object
Object ,代表先前剖析之 IQueryElement 的 Cookie。
- useEngine
型別:System.Boolean%
(輸出) 布林值,指出此技術管理員選擇使用測試架構比對所有或部分的查詢項目。
傳回值
型別:System.Boolean
如果項目符合查詢項目則為 true,否則為 false。
例外狀況
例外狀況 | 條件 |
---|---|
NotSupportedException | 此技術管理員不支援這個方法。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。