IUIAutomationElement::GetCurrentPropertyValue メソッド (uiautomationclient.h)
この UI オートメーション要素のプロパティの現在の値を取得します。
構文
HRESULT GetCurrentPropertyValue(
[in] PROPERTYID propertyId,
[out, retval] VARIANT *retVal
);
パラメーター
[in] propertyId
型: PROPERTYID
プロパティの識別子。 プロパティ ID の一覧については、「 プロパティ識別子」を参照してください。
[out, retval] retVal
型: VARIANT*
プロパティの値を受け取ります。
戻り値
型: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
解説
倍精度浮動小数点型の Microsoft UI オートメーション プロパティでは、Not a Number (NaN) 値がサポートされます。 double 型のプロパティを取得する場合、クライアントは _isnan 関数を使用して、プロパティが NaN 値であるかどうかを判断できます。
要件
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム、WINDOWS XP SP3 と Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム、WINDOWS Server 2003 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | uiautomationclient.h (UIAutomation.h を含む) |
関連項目
概念
リファレンス