Share via


IUITechnologyManager.GetTechnologyManagerProperty Method

Definition

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.

Applies to