AutomationPeer.NavigateCore(AutomationNavigationDirection) 메서드

정의

Microsoft UI 자동화 클라이언트가 Navigate 또는 동등한 Microsoft UI 자동화 클라이언트 API를 호출할 때 피어의 동작을 제공합니다.

protected:
 virtual Platform::Object ^ NavigateCore(AutomationNavigationDirection direction) = NavigateCore;
IInspectable NavigateCore(AutomationNavigationDirection const& direction);
protected virtual object NavigateCore(AutomationNavigationDirection direction);
function navigateCore(direction)
Protected Overridable Function NavigateCore (direction As AutomationNavigationDirection) As Object

매개 변수

direction
AutomationNavigationDirection

지정된 방향입니다.

반환

Object

Platform::Object

IInspectable

UI 자동화 트리 내에서 지정된 방향의 요소입니다.

적용 대상