Partager via


UITestControl.GetUITestControlsForSearch, méthode

Retourne un tableau d'objets UITestControl qui seront utilisés pour rechercher.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
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[]

Valeur de retour

Type : array<Microsoft.VisualStudio.TestTools.UITesting.UITestControl[]
Un tableau d'objets UITestControl qui seront utilisés pour rechercher.

Sécurité .NET Framework

Voir aussi

Référence

UITestControl Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms