UITechnologyManagerProxy.SetTechnologyManagerProperty, méthode
Définit la propriété donnée du gestionnaire de technologie.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overrides Sub SetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty, _
propertyValue As Object _
)
public override void SetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName,
Object propertyValue
)
public:
virtual void SetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName,
Object^ propertyValue
) override
abstract SetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty *
propertyValue:Object -> unit
override SetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty *
propertyValue:Object -> unit
public override function SetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty,
propertyValue : Object
)
Paramètres
propertyName
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerPropertyPropriété à obtenir.
propertyValue
Type : ObjectValeur de propriété à définir.
Implémentations
IUITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Lève une exception 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.