Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITechnologyManagerProxy::SetTechnologyManagerProperty Method (UITechnologyManagerProperty, Object^)

 

Sets the given property of technology manager.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual void SetTechnologyManagerProperty(
	UITechnologyManagerProperty propertyName,
	Object^ propertyValue
) override

Parameters

propertyName
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyManagerProperty

The property to set.

propertyValue
Type: System::Object^

The property value to set.

Exception Condition
NotSupportedException

Throws System.NotSupportedException if the property is not supported.

Return to top
Show: