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 : Stringle nom de la propriété ;
Valeur de retour
Type : Object
Valeur de la propriété.
Implémentations
IUITechnologyElement.GetPropertyValue(String)
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.