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
- propertyName
Tipo: System.String
Valor de retorno
Tipo: System.Object
Retorna Object.
Implementações
IUITechnologyElement.GetPropertyValue(String)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight