Partager via


UITechnologyElementProxy.GetPropertyValue, méthode

Obtient la valeur de la propriété spécifiée pour cet élément.

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

Syntaxe

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

Paramètres

  • propertyName
    Type : String

    le nom de la propriété ;

Valeur de retour

Type : Object
Valeur de la propriété.

Implémentations

IUITechnologyElement.GetPropertyValue(String)

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyElementProxy Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms