Método UITechnologyManagerProxy.SetTechnologyManagerProperty
Defina a propriedade para uma determinada gerente de tecnologia.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- propertyName
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
A propriedade ao dataset.
- propertyValue
Tipo: System.Object
O valor da propriedade para o dataset.
Implementações
IUITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object)
Exceções
Exceção | Condição |
---|---|
NotSupportedException | Gera System.NotSupportedException se a propriedade não é suportada. |
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.