UITechnologyElement.GetPropertyValue, méthode
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 : String
Valeur de retour
Type : Object
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.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms