UITechnologyManager.GetTechnologyManagerProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此技术管理器的给定属性的值。
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
属性的名称。
返回
指定的属性的值。
实现
例外
此技术管理器不支持该属性。