Condividi tramite


Metodo IUITechnologyManager.Search

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Cerca un elemento nell'elemento padre corrispondente allo stato del cookie fornito ID query.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
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[]

Parametri

  • parsedQueryIdCookie
    Tipo: System.Object
    Il cookie di query in precedenza si analizzano.
  • maxDepth
    Tipo: System.Int32
    int che indica il punto della gerarchia nel controllo di ricerca.

Valore restituito

Tipo: array<System.Object[]
Una matrice di elementi che corrispondono alla query, o nullriferimento null (Nothing in Visual Basic) se non viene rilevato alcun elemento.

Eccezioni

Eccezione Condizione
NotSupportedException

questa implementazione non supporta questo metodo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUITechnologyManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement