Partager via


UITestPropertyProvider.GetPredefinedSearchProperties, méthode

En cas de substitution dans une classe dérivée, obtient un tableau de chaînes contenant les propriétés de recherche qui sont prédéfinies pour le contrôle associé.

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

Syntaxe

'Déclaration
Public MustOverride Function GetPredefinedSearchProperties ( _
    specializedClass As Type _
) As String()
public abstract string[] GetPredefinedSearchProperties(
    Type specializedClass
)
public:
virtual array<String^>^ GetPredefinedSearchProperties(
    Type^ specializedClass
) abstract
abstract GetPredefinedSearchProperties : 
        specializedClass:Type -> string[] 
public abstract function GetPredefinedSearchProperties(
    specializedClass : Type
) : String[]

Paramètres

Valeur de retour

Type : array<System.String[]
Un tableau de chaînes contenant les propriétés de recherche qui sont prédéfinies pour le contrôle associé.

Sécurité .NET Framework

Voir aussi

Référence

UITestPropertyProvider Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms