Share via


IUITechnologyManager.GetTechnologyManagerProperty Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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
Function GetTechnologyManagerProperty ( _
    propertyName As UITechnologyManagerProperty _
) As Object
Object GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
Object^ GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty -> Object
function GetTechnologyManagerProperty(
    propertyName : UITechnologyManagerProperty
) : Object

Parameters

Return Value

Type: Object
The value of the specified property.

Exceptions

Exception Condition
NotSupportedException

The property is not supported by this technology manager.

.NET Framework Security

See Also

Reference

IUITechnologyManager Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace