ICustomNavigationProvider.NavigateCustom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the next element in the specified direction within the logical UI tree.
public:
Platform::Object ^ NavigateCustom(AutomationNavigationDirection direction);
IInspectable NavigateCustom(AutomationNavigationDirection const& direction);
public object NavigateCustom(AutomationNavigationDirection direction);
function navigateCustom(direction)
Public Function NavigateCustom (direction As AutomationNavigationDirection) As Object
Parameters
- direction
- AutomationNavigationDirection
The specified direction.
Returns
The next element.