IUITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Quando implementado em uma classe derivada, define o valor da propriedade dada nesse Gerenciador de tecnologia.
public:
void SetTechnologyManagerProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManagerProperty propertyName, System::Object ^ propertyValue);
[System.Runtime.InteropServices.DispId(21)]
public void SetTechnologyManagerProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty propertyName, object propertyValue);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member SetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty * obj -> unit
Public Sub SetTechnologyManagerProperty (propertyName As UITechnologyManagerProperty, propertyValue As Object)
Parâmetros
- propertyName
- UITechnologyManagerProperty
Um membro da enumeração de UITechnologyManagerProperty.
- propertyValue
- Object
O valor da propriedade.
- Atributos