UITechnologyManagerProxy.GetTechnologyManagerProperty, méthode
Obtient la propriété donnée du gestionnaire de technologies.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overrides Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
public override Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
) override
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
override GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
public override function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Paramètres
- propertyName
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
La propriété à obtenir.
Valeur de retour
Type : System.Object
Valeur de la propriété.
Implémentations
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Lève System.NotSupportedException si la propriété n'est pas prise en charge. |
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.