IUIAutomationValuePattern::get_CurrentValue メソッド (uiautomationclient.h)
要素の値を取得します。
このプロパティは読み取り専用です。
構文
HRESULT get_CurrentValue(
BSTR *retVal
);
パラメーター
retVal
戻り値
なし
解説
単一行の編集コントロールでは、 IUIAutomationValuePattern を介してコンテンツへのプログラムによるアクセスがサポートされます。 ただし、複数行の編集コントロールはこのコントロール パターンをサポートしていないため、その内容は IUIAutomationTextPattern を使用して取得する必要があります。
このプロパティは、書式設定情報または部分文字列値の取得をサポートしていません。 これらのシナリオでも IUIAutomationTextPattern を使用する必要があります。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム、SP3 を使用した Windows XP、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 を含む) |