Método WinControl.GetUITestControlsForSearch

Obtém uma matriz de controles filho nesse controle.

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

Sintaxe

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

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.UITesting.UITestControl[]
Uma matriz de controles de filho nesse controle.

Segurança do .NET Framework

Consulte também

Referência

WinControl Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.WinControls

UITestControl