Share via


UITechnologyElementProxy.GetPropertyValue Method

Gets the value for the specified property for this element.

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

Syntax

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

Parameters

  • propertyName
    Type: String

    The name of the property.

Return Value

Type: Object
The value of the property.

Implements

IUITechnologyElement.GetPropertyValue(String)

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace