UITechnologyManagerProxy.GetTechnologyManagerProperty Method

Gets the given property of technology manager.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Parameters

Return Value

Type: Object
The value of the property.

Implements

IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)

Exceptions

Exception Condition
NotSupportedException

Throws System.NotSupportedException if the property is not supported.

.NET Framework Security

See Also

Reference

UITechnologyManagerProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace