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 オートメーション ツリー内の指定した方向の要素。

適用対象