Udostępnij za pośrednictwem


Metoda IUITechnologyManager.SetTechnologyManagerProperty —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Po wdrożeniu w klasie pochodnej ustawia wartość danej właściwości w Menedżerze tej technologii.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
Sub SetTechnologyManagerProperty ( _
    propertyName As UITechnologyManagerProperty, _
    propertyValue As Object _
)
void SetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName,
    Object propertyValue
)
void SetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName, 
    Object^ propertyValue
)
abstract SetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty * 
        propertyValue:Object -> unit
function SetTechnologyManagerProperty(
    propertyName : UITechnologyManagerProperty, 
    propertyValue : Object
)

Parametry

  • propertyValue
    Typ: Object

    Wartość właściwości.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITechnologyManager Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

UITechnologyManagerProperty