Método UITestControl.GetUITestControlsForSearch

Retorna uma matriz de UITestControl os objetos que serão usados para pesquisa.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Protected Overridable Function GetUITestControlsForSearch As UITestControl()
protected virtual UITestControl[] GetUITestControlsForSearch()
protected:
virtual array<UITestControl^>^ GetUITestControlsForSearch()
abstract GetUITestControlsForSearch : unit -> UITestControl[] 
override GetUITestControlsForSearch : unit -> UITestControl[] 
protected function GetUITestControlsForSearch() : UITestControl[]

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.UITesting.UITestControl[]
Uma matriz de UITestControl os objetos que serão usados para pesquisa.

Segurança do .NET Framework

Consulte também

Referência

UITestControl Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting