Partager via


PropertyCondition.GetPropertyValue, méthode

Retourne la valeur du nom de propriété donné.

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 Overrides Function GetPropertyValue ( _
    nameOfProperty As String _
) As Object
public override Object GetPropertyValue(
    string nameOfProperty
)
public:
virtual Object^ GetPropertyValue(
    String^ nameOfProperty
) override
abstract GetPropertyValue : 
        nameOfProperty:string -> Object 
override GetPropertyValue : 
        nameOfProperty:string -> Object 
public override function GetPropertyValue(
    nameOfProperty : String
) : Object

Paramètres

  • nameOfProperty
    Type : System.String
    le nom de la propriété ;

Valeur de retour

Type : System.Object
Valeur du nom de propriété donné.

Implémentations

IQueryCondition.GetPropertyValue(String)

Sécurité .NET Framework

Voir aussi

Référence

PropertyCondition Classe

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