QueryCondition.GetPropertyValue 方法
擷取具名屬性的值 (如果此屬性存在)。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Public Overridable Function GetPropertyValue ( _
nameOfProperty As String _
) As Object
public virtual Object GetPropertyValue(
string nameOfProperty
)
public:
virtual Object^ GetPropertyValue(
String^ nameOfProperty
)
abstract GetPropertyValue :
nameOfProperty:string -> Object
override GetPropertyValue :
nameOfProperty:string -> Object
public function GetPropertyValue(
nameOfProperty : String
) : Object
參數
- nameOfProperty
型別:System.String
要擷取的屬性名稱。
傳回值
型別:System.Object
具名屬性的值。
實作
IQueryCondition.GetPropertyValue(String)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。