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.
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.
| Exception | Condition |
|---|---|
| NotSupportedException | Throws System.NotSupportedException if the property is not supported. |
Show: