ItemContainerPattern_FindItemByProperty関数 (uiautomationcoreapi.h)
メモ この関数は非推奨です。 クライアント アプリケーションでは、代わりに Microsoft UI オートメーション コンポーネント オブジェクト モデル (COM) インターフェイスを使用する必要があります。
構文
HRESULT ItemContainerPattern_FindItemByProperty(
[in] HUIAPATTERNOBJECT hobj,
[in] HUIANODE hnodeStartAfter,
[in] PROPERTYID propertyId,
[in] VARIANT value,
[out] HUIANODE *pFound
);
パラメーター
[in] hobj
種類: HUIAPATTERNOBJECT
コントロール パターン オブジェクト。
[in] hnodeStartAfter
種類: HUIANODE
検索を開始するノード。
[in] propertyId
型: PROPERTYID
プロパティの識別子。 プロパティ ID の一覧については、「 プロパティ識別子」を参照してください。
[in] value
型: VARIANT
propertyId プロパティの値。
[out] pFound
種類: HUIANODE*
一致する要素のノード。
戻り値
種類: HRESULT
成功した場合はS_OKを返し、それ以外の場合はエラー値を返します。
要件
サポートされている最小のクライアント | 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 |
ヘッダー | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
[DLL] | Uiautomationcore.dll |