Partager via


UITestPropertyProvider.GetPropertyNames, méthode

En cas de substitution dans une classe dérivée, retourne une collection de noms de propriété dans le contrôle donné.

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

Syntaxe

'Déclaration
Public MustOverride Function GetPropertyNames ( _
    uiTestControl As UITestControl _
) As ICollection(Of String)
public abstract ICollection<string> GetPropertyNames(
    UITestControl uiTestControl
)
public:
virtual ICollection<String^>^ GetPropertyNames(
    UITestControl^ uiTestControl
) abstract
abstract GetPropertyNames : 
        uiTestControl:UITestControl -> ICollection<string> 
public abstract function GetPropertyNames(
    uiTestControl : UITestControl
) : ICollection<String>

Paramètres

Valeur de retour

Type : System.Collections.Generic.ICollection<String>
Collection de noms de propriété dans le contrôle donné.

Sécurité .NET Framework

Voir aussi

Référence

UITestPropertyProvider Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms

UITestControl