Udostępnij za pośrednictwem


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

  • propertyValue
    Typ: Object

    Aby 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

Zobacz też

Informacje

UITechnologyManagerProxy Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting