Partilhar via


Método SilverlightElement.GetPropertyValue

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Este membro substitui UITechnologyElement.GetPropertyValue(String).

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Object
Retorna Object.

Implementações

IUITechnologyElement.GetPropertyValue(String)

Segurança do .NET Framework

Consulte também

Referência

SilverlightElement Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight