UITechnologyManager.GetTechnologyManagerProperty, méthode
Retourne la valeur de la propriété spécifiée de ce gestionnaire de technologies.
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 Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
public virtual Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
override GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
public function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Paramètres
- propertyName
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
Nom de la propriété.
Valeur de retour
Type : System.Object
Valeur de la propriété spécifiée.
Implémentations
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | La propriété n'est pas prise en charge par ce gestionnaire de technologie. |
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, consultez 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