共用方式為


IUITechnologyManager.Search 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

搜尋父項目中與提供之查詢 ID Cookie 的條件相符的項目。

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

語法

'宣告
Function Search ( _
    parsedQueryIdCookie As Object, _
    parentElement As IUITechnologyElement, _
    maxDepth As Integer _
) As Object()
Object[] Search(
    Object parsedQueryIdCookie,
    IUITechnologyElement parentElement,
    int maxDepth
)
array<Object^>^ Search(
    Object^ parsedQueryIdCookie, 
    IUITechnologyElement^ parentElement, 
    int maxDepth
)
abstract Search : 
        parsedQueryIdCookie:Object * 
        parentElement:IUITechnologyElement * 
        maxDepth:int -> Object[] 
function Search(
    parsedQueryIdCookie : Object, 
    parentElement : IUITechnologyElement, 
    maxDepth : int
) : Object[]

參數

  • parsedQueryIdCookie
    型別:System.Object
    先前剖析的查詢 Cookie。
  • maxDepth
    型別:System.Int32
    int ,表示要對控制項階層搜尋的深度。

傳回值

型別:array<System.Object[]
符合查詢的項目陣列,如果找不到任何項目則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

例外狀況

例外狀況 條件
NotSupportedException

此實作不支援此方法。

.NET Framework 安全性

請參閱

參考

IUITechnologyManager 介面

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

IUITechnologyElement