Partager via


IUITechnologyElement.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
Function GetPropertyValue ( _
    propertyName As String _
) As Object
Object GetPropertyValue(
    string propertyName
)
Object^ GetPropertyValue(
    String^ propertyName
)
abstract GetPropertyValue : 
        propertyName:string -> Object 
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é.

Exceptions

Exception Condition
NotSupportedException

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

Sécurité .NET Framework

Voir aussi

Référence

IUITechnologyElement Interface

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