IUIAutomationPatternInstance::GetProperty メソッド (uiautomationcore.h)
クライアント ラッパー オブジェクトは、この関数を呼び出してプロパティをインデックスで指定することで、 IUIAutomation::get_CurrentX メソッドと IUIAutomationElement::get_CachedX メソッドを実装します。
構文
HRESULT GetProperty(
[in] UINT index,
[in] BOOL cached,
UIAutomationType type,
[out, retval] void *pPtr
);
パラメーター
[in] index
型: UINT
プロパティのインデックスです。
[in] cached
種類: BOOL
プロパティをキャッシュから取得する場合は TRUE、それ以外の場合は FALSE。
type
[out, retval] pPtr
型: void*
プロパティの値を受け取ります。
戻り値
型: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム、WINDOWS XP SP3 および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム、Windows Server 2003 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | uiautomationcore.h (UIAutomation.h を含む) |