共用方式為


UITechnologyManager.GetTechnologyManagerProperty Method

Definition

Returns the value of the given property of this technology manager.

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

Parameters

propertyName
UITechnologyManagerProperty

The name of the property.

Returns

The value of the specified property.

Implements

Exceptions

The property is not supported by this technology manager.

Applies to