SilverlightElement.GetPropertyValue Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyElement.GetPropertyValue(String).
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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: System.String
Return Value
Type: System.Object
Returns Object.
Implements
IUITechnologyElement.GetPropertyValue(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace