IQueryCondition.GetPropertyValue メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定されたプロパティの値を返します (プロパティがこのクエリの条件に含まれる場合)。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)
構文
'宣言
Function GetPropertyValue ( _
nameOfProperty As String _
) As Object
Object GetPropertyValue(
string nameOfProperty
)
Object^ GetPropertyValue(
String^ nameOfProperty
)
abstract GetPropertyValue :
nameOfProperty:string -> Object
function GetPropertyValue(
nameOfProperty : String
) : Object
パラメーター
- nameOfProperty
型 : System.String
プロパティの名前。
戻り値
型 : System.Object
プロパティの値。プロパティが存在しない場合は nullnull 参照 (Visual Basic では Nothing)。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。