UITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas d'implémentation dans une classe dérivée, définit la valeur de la propriété donnée dans ce gestionnaire de technologies.
public:
virtual void SetTechnologyManagerProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManagerProperty propertyName, System::Object ^ propertyValue);
public virtual void SetTechnologyManagerProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty propertyName, object propertyValue);
abstract member SetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty * obj -> unit
override this.SetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty * obj -> unit
Public Overridable Sub SetTechnologyManagerProperty (propertyName As UITechnologyManagerProperty, propertyValue As Object)
Paramètres
- propertyName
- UITechnologyManagerProperty
Membre de l'énumération UITechnologyManagerProperty.
- propertyValue
- Object
Valeur de la propriété.