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.

UITechnologyManager::GetTechnologyManagerProperty Method (UITechnologyManagerProperty)

 

Returns the value of the given property of this technology manager.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual Object^ GetTechnologyManagerProperty(
	UITechnologyManagerProperty propertyName
)

Parameters

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

The name of the property.

Return Value

Type: System::Object^

The value of the specified property.

Exception Condition
NotSupportedException

The property is not supported by this technology manager.

Return to top
Show: