Metodo UITestPropertyProvider.GetPredefinedSearchProperties
Quando è sottoposto a override in una classe derivata, ottiene una matrice di stringhe che contiene le proprietà di ricerca predefinite per il controllo associato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintassi
'Dichiarazione
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[]
Parametri
- specializedClass
Tipo: System.Type
Valore restituito
Tipo: array<System.String[]
Matrice di stringa che contiene le proprietà di ricerca predefinite per il controllo associato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.