_CommandBarButton.accNavigate(Int32, Object) Method

Definition

Navigates to another object. This method is deprecated.

winrt::Windows::Foundation::IInspectable accNavigate(int navDir, winrt::Windows::Foundation::IInspectable const & varStart);
[System.Runtime.InteropServices.DispId(-5016)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public object accNavigate (int navDir, object varStart);
[<System.Runtime.InteropServices.DispId(-5016)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accNavigate : int * obj -> obj
Public Function accNavigate (navDir As Integer, Optional varStart As Object) As Object

Parameters

navDir
Int32

The direction in which to navigate.

varStart
Object

The starting object.

Returns

The target object. This method is deprecated.

Implements

Attributes

Remarks

This method throws a DeprecatedException when called.

Applies to