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 : StringNom de la propriété à récupérer.
Valeur de retour
Type : Object
Valeur de la propriété.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | La propriété element n'est pas prise en charge. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IUITechnologyElement Interface
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms