UITestControl.GetProperty, méthode
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assemblys : Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Function GetProperty ( _
propertyName As String _
) As Object
public Object GetProperty(
string propertyName
)
public:
Object^ GetProperty(
String^ propertyName
)
member GetProperty :
propertyName:string -> Object
public function GetProperty(
propertyName : String
) : Object
Paramètres
- propertyName
Type : String
Valeur de retour
Type : Object
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.