IUIAutomationCustomNavigationPattern::Navigate メソッド (uiautomationclient.h)
論理 UI ツリー内の指定した方向の次の要素を取得します。
構文
HRESULT Navigate(
[in] NavigateDirection direction,
[out, retval] IUIAutomationElement **pRetVal
);
パラメーター
[in] direction
指定した方向。
[out, retval] pRetVal
direction パラメーターで指定された次の要素。
戻り値
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2016 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | uiautomationclient.h (UIAutomation.h を含む) |