Método IUITechnologyManager.SetTechnologyManagerProperty
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Quando implementado em uma classe derivada, define o valor da propriedade determinada em que o gerente de tecnologia.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- propertyName
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
Um membro do UITechnologyManagerProperty enumeração.
- propertyValue
Tipo: System.Object
O valor da propriedade.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IUITechnologyManager Interface