IUIAutomationElement2::get_CurrentFlowsFrom メソッド (uiautomationclient.h)

現在の要素の前の読み取り順序を示す要素の配列を取得します。

このプロパティは読み取り/書き込み可能です。

構文

HRESULT get_CurrentFlowsFrom(
  IUIAutomationElementArray **retVal
);

パラメーター

retVal

戻り値

なし

解説

このプロパティは、Microsoft Accessible Rich Internet Applications (ARIA) x-ms-aria-flowfrom プロパティにマップされます。

要件

   
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー uiautomationclient.h (UIAutomation.h を含む)

関連項目

CachedFlowsFrom

IUIAutomationElement2