Share via


AutomationPeer.GetFlowsFromCore メソッド

定義

Microsoft UI オートメーション クライアントが AutomationProperties.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)

戻り値

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

注釈

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

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

適用対象