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
Assemblys :   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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

  • specializedClass
    Type : Type

Valeur de retour

Type : array<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

Autres ressources

Activer le test codé de l'interface utilisateur de vos contrôles