UITechnologyManager.GetTechnologyManagerProperty Method

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

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Overridable Function GetTechnologyManagerProperty ( _
    propertyName As UITechnologyManagerProperty _
) As Object
public virtual Object GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty -> Object 
override GetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty -> Object 
public function GetTechnologyManagerProperty(
    propertyName : UITechnologyManagerProperty
) : Object

Parameters

Return Value

Type: System.Object
The value of the specified property.

Implements

IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)

Exceptions

Exception Condition
NotSupportedException

The property is not supported by this technology manager.

.NET Framework Security

See Also

Reference

UITechnologyManager Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace