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을 반환합니다.

적용 대상