UITechnologyElement.SetPropertyValue, méthode
Exécute une action de SetProperty
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 Overridable Sub SetPropertyValue ( _
propertyName As String, _
propertyValue As Object _
)
public virtual void SetPropertyValue(
string propertyName,
Object propertyValue
)
public:
virtual void SetPropertyValue(
String^ propertyName,
Object^ propertyValue
)
abstract SetPropertyValue :
propertyName:string *
propertyValue:Object -> unit
override SetPropertyValue :
propertyName:string *
propertyValue:Object -> unit
public function SetPropertyValue(
propertyName : String,
propertyValue : Object
)
Paramètres
propertyName
Type : StringNom de propriété.
propertyValue
Type : ObjectValeur de la propriété.
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