IAfxElement.GetPropertyValue Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Function GetPropertyValue ( _
    propertyName As String _
) As Object
'Usage
Dim instance As IAfxElement
Dim propertyName As String
Dim returnValue As Object

returnValue = instance.GetPropertyValue(propertyName)
Object GetPropertyValue(
    string propertyName
)
Object^ GetPropertyValue(
    String^ propertyName
)
function GetPropertyValue(
    propertyName : String
) : Object
abstract GetPropertyValue : 
        propertyName:string -> Object 

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

IAfxElement Interface

IAfxElement Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace