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.
IUITechnologyManager::GetTechnologyManagerProperty Method (UITechnologyManagerProperty)
Returns the value of the given property of this technology manager.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
[DispIdAttribute(20)] Object^ GetTechnologyManagerProperty( UITechnologyManagerProperty propertyName )
Parameters
- propertyName
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyManagerProperty
The name of the property.
| Exception | Condition |
|---|---|
| NotSupportedException | The property is not supported by this technology manager. |
Show: