Partager via


QueryCondition.GetPropertyValue, méthode

Récupère la valeur de la propriété nommée, si elle existe.

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

Syntaxe

'Déclaration
Public Overridable Function GetPropertyValue ( _
    nameOfProperty As String _
) As Object
public virtual Object GetPropertyValue(
    string nameOfProperty
)
public:
virtual Object^ GetPropertyValue(
    String^ nameOfProperty
)
abstract GetPropertyValue : 
        nameOfProperty:string -> Object 
override GetPropertyValue : 
        nameOfProperty:string -> Object 
public function GetPropertyValue(
    nameOfProperty : String
) : Object

Paramètres

  • nameOfProperty
    Type : System.String
    Nom de la propriété à récupérer.

Valeur de retour

Type : System.Object
Valeur de la propriété nommée.

Implémentations

IQueryCondition.GetPropertyValue(String)

Sécurité .NET Framework

Voir aussi

Référence

QueryCondition Classe

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms