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::GetTechnologyManagerProperty Method (UITechnologyManagerProperty)

 

Gets the given property of technology manager.

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

public:
virtual Object^ GetTechnologyManagerProperty(
	UITechnologyManagerProperty propertyName
) override

Parameters

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

The property to obtain.

Return Value

Type: System::Object^

The value of the property.

Exception Condition
NotSupportedException

Throws System.NotSupportedException if the property is not supported.

Return to top
Show: