Partager via


UITechnologyElement.GetPropertyValue, méthode

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

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

Paramètres

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

Valeur de retour

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

Implémentations

IUITechnologyElement.GetPropertyValue(String)

Exceptions

Exception Condition
NotSupportedException

La propriété element n'est pas prise en charge.

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyElement Classe

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