AutomationPeer.GetFlowsFromCore メソッド

定義

Microsoft UI オートメーション クライアントが GetFlowsFrom または同等の Microsoft UI オートメーション クライアント API を呼び出すときのピアの動作を提供します。

protected:
 virtual IIterable<AutomationPeer ^> ^ GetFlowsFromCore() = GetFlowsFromCore;
IIterable<AutomationPeer> GetFlowsFromCore();
protected virtual IEnumerable<AutomationPeer> GetFlowsFromCore();
function getFlowsFromCore()
Protected Overridable Function GetFlowsFromCore () As IEnumerable(Of AutomationPeer)

戻り値

現在のオートメーション要素の前に読み取り順序を提案するオートメーション要素の一覧。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

"Core" メソッドは、関連付けられた UI オートメーション クライアント呼び出し可能メソッドの既定のアクションを実行する標準的な実装です。 "Core" メソッドのいずれかをオーバーライドして、カスタム オートメーション ピアで代替値を返すことができます。 この場合、GetFlowsFromCore は 、GetFlowsFrom が呼び出されるたびに呼び出されます。

AutomationPeer の基本実装は null を返します。

適用対象