Partager via


SilverlightElement.GetPropertyValue, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Ce membre substitue UITechnologyElement.GetPropertyValue(String).

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (dans Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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

Valeur de retour

Type : System.Object
Retourne Object.

Implémentations

IUITechnologyElement.GetPropertyValue(String)

Sécurité .NET Framework

Voir aussi

Référence

SilverlightElement Classe

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