Share via


SilverlightContainer.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

Return Value

Type: System.Object
Returns Object.

Implements

IUITechnologyElement.GetPropertyValue(String)

.NET Framework Security

See Also

Reference

SilverlightContainer Class

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