Condividi tramite


Metodo IUITechnologyManager.SetTechnologyManagerProperty

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Quando implementato in una classe derivata, impostare il valore della proprietà specificata in questo gestore tecnologia.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUITechnologyManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

UITechnologyManagerProperty