Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the value for the given property name.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Overrides Function GetPropertyValue ( _
nameOfProperty As String _
) As Object
public override Object GetPropertyValue(
string nameOfProperty
)
public:
virtual Object^ GetPropertyValue(
String^ nameOfProperty
) override
abstract GetPropertyValue :
nameOfProperty:string -> Object
override GetPropertyValue :
nameOfProperty:string -> Object
public override function GetPropertyValue(
nameOfProperty : String
) : Object
Parameters
nameOfProperty
Type: StringThe name of the property.
Return Value
Type: Object
The value for the given property name.
Implements
IQueryCondition.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.