UITechnologyElementProxy.GetPropertyValue-Methode

Ruft den Wert der angegebenen Eigenschaft für dieses Element ab.

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

Parameter

Rückgabewert

Typ: System.Object
Der Wert der Eigenschaft.

Implementiert

IUITechnologyElement.GetPropertyValue(String)

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElementProxy Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace