UITechnologyManager.GetTechnologyManagerProperty 方法

定义

返回此技术管理器的给定属性的值。

public:
 virtual System::Object ^ GetTechnologyManagerProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManagerProperty propertyName);
public virtual object GetTechnologyManagerProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty propertyName);
abstract member GetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty -> obj
override this.GetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty -> obj
Public Overridable Function GetTechnologyManagerProperty (propertyName As UITechnologyManagerProperty) As Object

参数

propertyName
UITechnologyManagerProperty

属性的名称。

返回

Object

指定的属性的值。

实现

例外

此技术管理器不支持该属性。

适用于