AutomationPeer.GetFlowsToCore メソッド

定義

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

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

戻り値

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

Windows の要件

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

注釈

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

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

適用対象