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
- specializedClass
Type : System.Type
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.