Metoda UITechnologyManagerProxy.SetTechnologyManagerProperty —
Ustawia właściwość danej technologii menedżera.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITesting
Zestaw: Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)
Składnia
'Deklaracja
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
)
Parametry
propertyName
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerPropertyWłaściwość zestaw.
propertyValue
Typ: ObjectAby ustawić wartość właściwości.
Implementuje
IUITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object)
Wyjątki
Wyjątek | Warunek |
---|---|
NotSupportedException | Wyrzuca System.NotSupportedException, jeśli właściwość nie jest obsługiwana. |
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.