Compartilhar via


Método WpfRow.GetUITestControlsForSearch

Obtém uma matriz de todos os controles filho nesse controle de linha de tabela.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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 todos os controles filho nesse controle de linha de tabela.

Segurança do .NET Framework

Consulte também

Referência

WpfRow Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.WpfControls