IUITechnologyManager.GetTechnologyManagerProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the given property of this technology manager.
public:
System::Object ^ GetTechnologyManagerProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManagerProperty propertyName);
[System.Runtime.InteropServices.DispId(20)]
public object GetTechnologyManagerProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty propertyName);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty -> obj
Public Function GetTechnologyManagerProperty (propertyName As UITechnologyManagerProperty) As Object
Parameters
- propertyName
- UITechnologyManagerProperty
The name of the property.
Returns
The value of the specified property.
- Attributes
Exceptions
The property is not supported by this technology manager.