UITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty) 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.
Retourne la valeur de la propriété spécifiée de ce gestionnaire de technologies.
public:
virtual System::Object ^ GetTechnologyManagerProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManagerProperty propertyName);
public virtual object GetTechnologyManagerProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty propertyName);
abstract member GetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty -> obj
override this.GetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty -> obj
Public Overridable Function GetTechnologyManagerProperty (propertyName As UITechnologyManagerProperty) As Object
Paramètres
- propertyName
- UITechnologyManagerProperty
Nom de la propriété.
Retours
Valeur de la propriété spécifiée.
Implémente
Exceptions
La propriété n'est pas prise en charge par ce gestionnaire de technologie.